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:
Andrew Nacin 2013-07-08 16:55:59 +00:00
parent 32528edd1b
commit 614c954c42
1 changed files with 4 additions and 0 deletions

View File

@ -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;