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:
Konstantin Obenland 2015-07-01 23:36:26 +00:00
parent d51f1c1a0f
commit a193eb3ec7
5 changed files with 5 additions and 3 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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.