TinyMCE: iOS: wrap long strings

Fixes #33157.

Built from https://develop.svn.wordpress.org/trunk@33464


git-svn-id: http://core.svn.wordpress.org/trunk@33431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2015-07-28 20:32:25 +00:00
parent 387d94ada4
commit a4e751abc7
2 changed files with 4 additions and 1 deletions

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 {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33463';
$wp_version = '4.3-beta4-33464';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.