Prevent overflow of the parent term dropdown in the new term form. props desrosj, fixes #23397.
git-svn-id: https://develop.svn.wordpress.org/trunk@24588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32528edd1b
commit
614c954c42
@ -3978,6 +3978,10 @@ span.description,
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.form-wrap .form-field #parent {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.col-wrap h3 {
|
||||
margin: 12px 0;
|
||||
font-size: 1.1em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user