Widgets: Use word-wrap: break-word for available widget descriptions.
Props metodiew. Fixes #36207. Built from https://develop.svn.wordpress.org/trunk@41339 git-svn-id: http://core.svn.wordpress.org/trunk@41172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user