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:
Ella Iseulde Van Dorpe 2015-07-28 20:31:36 +00:00
parent 2da9f26205
commit d5a39fe063

View File

@ -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 {