TinyMCE: prevent iOS Safari from expanding the iframe width beyond the container width.

Fixes #38289.
Built from https://develop.svn.wordpress.org/trunk@38782


git-svn-id: http://core.svn.wordpress.org/trunk@38725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-10-12 03:36:30 +00:00
parent a9290f631b
commit 5f5c85c510
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ html {
cursor: text;
}
html.ios {
width: 100px;
min-width: 100%;
}
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 16px;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38781';
$wp_version = '4.7-alpha-38782';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.