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:
parent
706daad00d
commit
dd7ffeb4de
@ -287,6 +287,13 @@ div#widgets-left .widget-holder {
|
|||||||
display: block;
|
display: block;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
font-size: 12px;
|
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 {
|
#available-widgets #widget-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user