From 9b536c37d40a9854ab79036761ab3d36ebc4bb0f Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Sun, 26 Jun 2016 14:19:31 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/themes.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index c61dba7489..113a16c818 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -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 {