Themes: Wrap unusually long theme names on the Theme Details screen.
Props xavortm Fixes #37033 git-svn-id: https://develop.svn.wordpress.org/trunk@37872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8cde06c4e4
commit
9b536c37d4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user