diff --git a/packages/php/email-editor/src/Engine/content-editor.css b/packages/php/email-editor/src/Engine/content-editor.css index e87c44e5a8..05e3a657c8 100644 --- a/packages/php/email-editor/src/Engine/content-editor.css +++ b/packages/php/email-editor/src/Engine/content-editor.css @@ -109,17 +109,6 @@ ol.has-background { * Mobile preview fixes */ .is-mobile-preview figure > div { + max-width: 100% !important; height: auto !important; - width: auto !important; -} - -.is-mobile-preview .wp-block-columns { - display: flex; - flex-direction: column; -} - -.is-mobile-preview .wp-block-column { - box-sizing: border-box; - /* override flex-basis set in style attribute to fix the height of the column in mobile preview. Blocks overriding is as a part of style.css in blocks-library */ - flex-basis: auto !important; }