mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Taxonomy: Prevent Parent Category dropdown and field descriptions on Categories and Edit Category screens from extending beyond the other fields.
Props garrett-eclipse, dkarfa. Fixes #48188. git-svn-id: https://develop.svn.wordpress.org/trunk@46405 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e963c18719
commit
f6357458f4
@ -1023,6 +1023,11 @@ ul.categorychecklist li {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.form-field select,
|
||||
.form-field p {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
p.description,
|
||||
.form-wrap p {
|
||||
margin: 2px 0 5px;
|
||||
@ -1046,10 +1051,6 @@ p.description code {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form-wrap .form-field #parent {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.col-wrap h2 {
|
||||
margin: 12px 0;
|
||||
font-size: 1.1em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user