mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
284308048e
commit
7fda1f8e69
@ -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;
|
||||
}
|
||||
}
|
||||
|
2
wp-admin/css/nav-menus-rtl.min.css
vendored
2
wp-admin/css/nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
}
|
||||
|
2
wp-admin/css/nav-menus.min.css
vendored
2
wp-admin/css/nav-menus.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user