Administration: Improved padding for pagination setting fields.
This changes improves paddings for the "Number of items per page" field available on list screens. Props ankit-k-gupta, aezazshekh, mukesh27, sabernhardt, mehedi890. Fixes #54219. Built from https://develop.svn.wordpress.org/trunk@53119 git-svn-id: http://core.svn.wordpress.org/trunk@52708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f680e20156
commit
387ce8d003
|
@ -1835,6 +1835,7 @@ p.auto-update-status {
|
|||
|
||||
.metabox-prefs .screen-options .screen-per-page {
|
||||
margin-left: 15px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.metabox-prefs .screen-options label {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1834,6 +1834,7 @@ p.auto-update-status {
|
|||
|
||||
.metabox-prefs .screen-options .screen-per-page {
|
||||
margin-right: 15px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.metabox-prefs .screen-options label {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-53118';
|
||||
$wp_version = '6.0-alpha-53119';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue