From 49c17349573ab15039ca32479830ffc8a0926352 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Fri, 28 Mar 2014 17:37:49 +0000 Subject: [PATCH] Allow the fullscreen editor's content area to also be responsive. props avryl. fixes #27569. git-svn-id: https://develop.svn.wordpress.org/trunk@27821 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 71f5d70e4f..d383401c0e 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -1445,8 +1445,12 @@ i.mce-i-hr:before { } .wp-fullscreen-wrap .wp-editor-container, +.wp-fullscreen-title, #wp-fullscreen-central-toolbar { - max-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + max-width: 100% !important; } .wp-fullscreen-active .wp-editor-tools,