Widgets: Use `word-wrap: break-word` for available widget descriptions.

Props metodiew.
Fixes #36207.


git-svn-id: https://develop.svn.wordpress.org/trunk@41339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2017-09-06 18:27:51 +00:00
parent 706daad00d
commit dd7ffeb4de
1 changed files with 7 additions and 0 deletions

View File

@ -287,6 +287,13 @@ div#widgets-left .widget-holder {
display: block;
padding: 10px 15px;
font-size: 12px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
#available-widgets #widget-list {