Fix the tags input in small viewports and make it a more reasonable size. props SergeyBiryukov. fixes #27082.
Built from https://develop.svn.wordpress.org/trunk@27254 git-svn-id: http://core.svn.wordpress.org/trunk@27111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a73ce3610b
commit
ad2fe1873e
|
@ -1287,7 +1287,7 @@ table.links-table {
|
|||
/* Tags Metabox */
|
||||
.tagsdiv .newtag {
|
||||
width: 100%;
|
||||
padding: 25px 10px;
|
||||
height: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1287,7 +1287,7 @@ table.links-table {
|
|||
/* Tags Metabox */
|
||||
.tagsdiv .newtag {
|
||||
width: 100%;
|
||||
padding: 25px 10px;
|
||||
height: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue