Skip to content

Commit

Permalink
Taxonomy: Prevent Parent Category dropdown and field descriptions on …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
SergeyBiryukov committed Oct 5, 2019
1 parent e963c18 commit f635745
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/wp-admin/css/edit.css
Expand Up @@ -1023,6 +1023,11 @@ ul.categorychecklist li {
width: 95%; width: 95%;
} }


.form-field select,
.form-field p {
max-width: 95%;
}

p.description, p.description,
.form-wrap p { .form-wrap p {
margin: 2px 0 5px; margin: 2px 0 5px;
Expand All @@ -1046,10 +1051,6 @@ p.description code {
padding: 0; padding: 0;
} }


.form-wrap .form-field #parent {
max-width: 100%;
}

.col-wrap h2 { .col-wrap h2 {
margin: 12px 0; margin: 12px 0;
font-size: 1.1em; font-size: 1.1em;
Expand Down

0 comments on commit f635745

Please sign in to comment.