Fix the tags input in small viewports and make it a more reasonable size. props SergeyBiryukov. fixes #27082.

git-svn-id: https://develop.svn.wordpress.org/trunk@27254 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-02-25 05:24:56 +00:00
parent ef9c73e792
commit e7f406b955
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ table.links-table {
/* Tags Metabox */
.tagsdiv .newtag {
width: 100%;
padding: 25px 10px;
height: auto;
margin-bottom: 15px;
}