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

See #44092.

git-svn-id: https://develop.svn.wordpress.org/trunk@43282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2018-05-15 20:06:39 +00:00
parent 6ab60cb0b6
commit ced82abf66
1 changed files with 1 additions and 1 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;
}