Menus: Fix minor UI issues on Edit Menus screen on smaller viewports.

This removes extra margin from the Select button and ensures the checkboxes in the Menu Settings section are fully visible.

Props sabernhardt, passoniate, mukesh27, afercia, audrasjb, Boniu91, ravipatel, jomisica.
Fixes #49245, #51706.
Built from https://develop.svn.wordpress.org/trunk@49964


git-svn-id: http://core.svn.wordpress.org/trunk@49665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-01-16 05:00:08 +00:00
parent 5c663524c2
commit dc17e504bf
5 changed files with 13 additions and 3 deletions

View File

@ -860,6 +860,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.menu-settings-group {
padding-right: 0;
overflow: visible;
}
.menu-settings-group-name {
@ -882,6 +883,10 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
margin: 0.5em 0;
}
.wp-core-ui .manage-menus .button {
margin-bottom: 0;
}
.widefat .menu-locations .menu-location-title {
padding-top: 16px;
}

File diff suppressed because one or more lines are too long

View File

@ -859,6 +859,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.menu-settings-group {
padding-left: 0;
overflow: visible;
}
.menu-settings-group-name {
@ -881,6 +882,10 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
margin: 0.5em 0;
}
.wp-core-ui .manage-menus .button {
margin-bottom: 0;
}
.widefat .menu-locations .menu-location-title {
padding-top: 16px;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-49963';
$wp_version = '5.7-alpha-49964';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.