Add min-height to hierarchical taxonomy meta box. Props SergeyBiryukov. fixes #15925
git-svn-id: http://core.svn.wordpress.org/trunk@22290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
239650f87a
commit
a0e6687f56
|
@ -3432,6 +3432,7 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
|||
.customlinkdiv div.tabs-panel,
|
||||
.posttypediv div.tabs-panel,
|
||||
.taxonomydiv div.tabs-panel {
|
||||
min-height: 42px;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
padding: 0 0.9em;
|
||||
|
|
Loading…
Reference in New Issue