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.
Built from https://develop.svn.wordpress.org/trunk@46405


git-svn-id: http://core.svn.wordpress.org/trunk@46204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-10-05 15:41:57 +00:00
parent a92b23ee61
commit 3520f5234b
5 changed files with 13 additions and 11 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta2-46404';
$wp_version = '5.3-beta2-46405';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.