Menus: Fix alignment of menu actions on mobile.
In [41197], changes were made to improve the responsive view for the Menu Name field and Save buttons. This caused the Delete Menu button to be misaligned. Merges [45324] to the 5.2 branch. Props ianbelanger, audrasjb, afercia, mukesh27. Fixes #47173. Built from https://develop.svn.wordpress.org/branches/5.2@45325 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3386574b51
commit
36bf915264
|
@ -835,7 +835,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-menus-php .major-publishing-actions .publishing-action {
|
||||
.nav-menus-php #nav-menu-header .major-publishing-actions .publishing-action {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -835,7 +835,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-menus-php .major-publishing-actions .publishing-action {
|
||||
.nav-menus-php #nav-menu-header .major-publishing-actions .publishing-action {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.1-alpha-45323';
|
||||
$wp_version = '5.2.1-alpha-45325';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue