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:
Konstantin Kovshenin 2016-06-26 14:19:31 +00:00
parent 8cde06c4e4
commit 9b536c37d4
1 changed files with 2 additions and 0 deletions

View File

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