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

View File

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