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:
parent
11ea5ebe0a
commit
534f732104
|
@ -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 = '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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue