Privacy: use the more compatible `word-break: break-all;`, see [43278].
Merges [43282] to the 4.9 branch. See #44092. Built from https://develop.svn.wordpress.org/branches/4.9@43283 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d78a4944a2
commit
2062f3f891
|
@ -1136,7 +1136,7 @@ table.form-table td .updated p {
|
||||||
height: auto;
|
height: auto;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1136,7 +1136,7 @@ table.form-table td .updated p {
|
||||||
height: auto;
|
height: auto;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
white-space: unset;
|
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
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.6-RC1-43281';
|
$wp_version = '4.9.6-RC1-43283';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue