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:
Helen Hou-Sandí 2015-04-20 21:03:26 +00:00
parent 955b0bf979
commit b0a5febdf2
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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