TinyMCE: iOS: wrap long strings
Fixes #33157. git-svn-id: https://develop.svn.wordpress.org/trunk@33464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2da9f26205
commit
d5a39fe063
@ -21,6 +21,9 @@ body {
|
||||
margin: 9px 10px;
|
||||
max-width: 100%;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word; /* Old syntax */
|
||||
word-break: break-word; /* iOS */
|
||||
}
|
||||
|
||||
body.rtl {
|
||||
|
Loading…
Reference in New Issue
Block a user