diff --git a/edit-post/components/visual-editor/style.scss b/edit-post/components/visual-editor/style.scss index 7c8a15dd8e9b89..7412f27d4e74d0 100644 --- a/edit-post/components/visual-editor/style.scss +++ b/edit-post/components/visual-editor/style.scss @@ -31,7 +31,8 @@ .edit-post-visual-editor .editor-writing-flow__click-redirect { // Collapse to minimum height of 50px, to fully occupy editor bottom pad. height: 50px; - width: $content-width; + width: 100%; + max-width: $content-width; // Offset for: Visual editor padding, block (default appender) margin. margin: #{ -1 * $block-spacing } auto -50px; }