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:
audrasjb 2022-04-10 20:07:59 +00:00
parent f680e20156
commit 387ce8d003
5 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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