Press This: Prevent bottom buttons from wrapping on narrow screens.
props Michael Arestad. fixes #32022. Built from https://develop.svn.wordpress.org/trunk@32230 git-svn-id: http://core.svn.wordpress.org/trunk@32204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
955b0bf979
commit
b0a5febdf2
|
@ -357,7 +357,7 @@ strong {
|
|||
}
|
||||
|
||||
.preview-button {
|
||||
margin-left: 1em;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button-reset {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -357,7 +357,7 @@ strong {
|
|||
}
|
||||
|
||||
.preview-button {
|
||||
margin-right: 1em;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.button-reset {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-RC2-32229';
|
||||
$wp_version = '4.2-RC2-32230';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue