mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01: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. 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:
parent
a92b23ee61
commit
3520f5234b
@ -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;
|
||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user