Prevent link to customizer from wrpping on small screens.
Fixes #32808. Built from https://develop.svn.wordpress.org/trunk@33040 git-svn-id: http://core.svn.wordpress.org/trunk@33011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d51f1c1a0f
commit
a193eb3ec7
|
@ -3169,6 +3169,7 @@ img {
|
|||
.wrap .add-new-h2, .wrap .add-new-h2:active {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wp-color-result {
|
||||
|
|
|
@ -3169,6 +3169,7 @@ img {
|
|||
.wrap .add-new-h2, .wrap .add-new-h2:active {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wp-color-result {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-33039';
|
||||
$wp_version = '4.3-alpha-33040';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue