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:
Weston Ruter 2017-09-06 18:28:43 +00:00
parent 0391928790
commit d031a9c3fe
5 changed files with 17 additions and 3 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 {

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41338';
$wp_version = '4.9-alpha-41339';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.