Themes: Wrap unusually long theme names on the Theme Details screen.
Props xavortm Fixes #37033 Built from https://develop.svn.wordpress.org/trunk@37872 git-svn-id: http://core.svn.wordpress.org/trunk@37813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93a26a2a58
commit
3d0141fe04
|
@ -681,6 +681,8 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
|||
font-weight: 100;
|
||||
margin: 10px 0 0;
|
||||
line-height: 1.3;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-version {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -681,6 +681,8 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
|||
font-weight: 100;
|
||||
margin: 10px 0 0;
|
||||
line-height: 1.3;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-version {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37871';
|
||||
$wp_version = '4.6-alpha-37872';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue