Themes: Prevent short descriptions from wrapping version info.
Props mehulkaklotar for initial patch. Fixes #33248. Built from https://develop.svn.wordpress.org/trunk@33651 git-svn-id: http://core.svn.wordpress.org/trunk@33618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2849e2c5e9
commit
f770303868
|
@ -1657,7 +1657,6 @@ body.full-overlay-active {
|
|||
|
||||
.theme-details .theme-version {
|
||||
margin: 15px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.theme-details .theme-description {
|
||||
|
|
|
@ -1657,7 +1657,6 @@ body.full-overlay-active {
|
|||
|
||||
.theme-details .theme-version {
|
||||
margin: 15px 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.theme-details .theme-description {
|
||||
|
|
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.4-alpha-33650';
|
||||
$wp_version = '4.4-alpha-33651';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue