mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@49964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fbab01c8ce
commit
8a28115650
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user