diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 02adfe7e44..2895fd9bdd 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -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;