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
This commit is contained in:
Helen Hou-Sandi 2014-03-28 17:37:49 +00:00
parent 0116e778d9
commit 49c1734957

View File

@ -1445,8 +1445,12 @@ i.mce-i-hr:before {
} }
.wp-fullscreen-wrap .wp-editor-container, .wp-fullscreen-wrap .wp-editor-container,
.wp-fullscreen-title,
#wp-fullscreen-central-toolbar { #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, .wp-fullscreen-active .wp-editor-tools,