Customize: Prevent nav menu location assignment checkbox change from increasing height by 1px.
Props obenland. Amends [41817]. See #42157. Fixes #42492. Built from https://develop.svn.wordpress.org/trunk@42152 git-svn-id: http://core.svn.wordpress.org/trunk@41983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
67c973f95e
commit
e86536afc9
|
@ -216,6 +216,10 @@
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-location-settings .customize-control-checkbox .theme-location-set {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.customize-control-nav_menu_auto_add label {
|
.customize-control-nav_menu_auto_add label {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -216,6 +216,10 @@
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-location-settings .customize-control-checkbox .theme-location-set {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.customize-control-nav_menu_auto_add label {
|
.customize-control-nav_menu_auto_add label {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-42151';
|
$wp_version = '5.0-alpha-42152';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue