Prevent overflow of the parent term dropdown in the new term form. props desrosj, fixes #23397.
git-svn-id: http://core.svn.wordpress.org/trunk@24588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ccff07a819
commit
22b6c3bcc9
|
@ -3978,6 +3978,10 @@ span.description,
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-wrap .form-field #parent {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.col-wrap h3 {
|
.col-wrap h3 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
Loading…
Reference in New Issue