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

Fixes #38289.

git-svn-id: https://develop.svn.wordpress.org/trunk@38782 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2016-10-12 03:35:46 +00:00
parent 1d2db9eade
commit 3b9841351a
1 changed files with 5 additions and 0 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;