diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index aaeed4338a..a78928d2a9 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -1054,11 +1054,6 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 30px; } -.editor-styles-wrapper .wp-block-image.is-resized { - margin-right: auto; - margin-left: auto; -} - /* Block: Group ------------------------------ */ .editor-styles-wrapper .wp-block-group.has-background { diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 4e709dc59d..665a972e9c 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -1054,11 +1054,6 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 30px; } -.editor-styles-wrapper .wp-block-image.is-resized { - margin-left: auto; - margin-right: auto; -} - /* Block: Group ------------------------------ */ .editor-styles-wrapper .wp-block-group.has-background {