Privacy: use the more compatible `word-break: break-all;`, see [43278].

See #44092.
Built from https://develop.svn.wordpress.org/trunk@43282


git-svn-id: http://core.svn.wordpress.org/trunk@43111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-15 20:07:22 +00:00
parent 11ea5ebe0a
commit 534f732104
7 changed files with 7 additions and 7 deletions

View File

@ -1136,7 +1136,7 @@ table.form-table td .updated p {
height: auto;
line-height: 1.5;
padding: 4px 10px;
word-break: break-word;
word-break: break-all;
white-space: unset;
}

File diff suppressed because one or more lines are too long

View File

@ -1136,7 +1136,7 @@ table.form-table td .updated p {
height: auto;
line-height: 1.5;
padding: 4px 10px;
word-break: break-word;
word-break: break-all;
white-space: unset;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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