Menus: Improve padding on bulk action labels for small screens.

Props sumitsingh, sabernhardt, ryokuhi, priyank9033, audrasjb, pbiron.
Fixes #54855.

Built from https://develop.svn.wordpress.org/trunk@52971


git-svn-id: http://core.svn.wordpress.org/trunk@52560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-03-21 10:32:03 +00:00
parent 284308048e
commit 7fda1f8e69
5 changed files with 11 additions and 3 deletions

View File

@ -1020,4 +1020,8 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
#menu-locations-wrap .widefat {
width: 100%;
}
.bulk-select-button {
padding: 5px 10px;
}
}

File diff suppressed because one or more lines are too long

View File

@ -1019,4 +1019,8 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
#menu-locations-wrap .widefat {
width: 100%;
}
.bulk-select-button {
padding: 5px 10px;
}
}

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-52970';
$wp_version = '6.0-alpha-52971';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.