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 c3261fd203..e27e4afba8 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 @@ -1392,8 +1392,8 @@ hr.wp-block-separator.is-style-dots::before { } hr.wp-block-separator.is-style-wide { - margin-right: -70px; - margin-left: -70px; + margin-right: auto; + margin-left: auto; } @@ -1430,8 +1430,8 @@ hr.wp-block-separator.is-style-dots::before { /* BLOCK: SEPARATOR */ hr.wp-block-separator.is-style-wide { - margin-right: -150px; - margin-left: -150px; + margin-right: auto; + margin-left: auto; } } @@ -1465,8 +1465,8 @@ hr.wp-block-separator.is-style-dots::before { /* BLOCK: SEPARATOR */ hr.wp-block-separator.is-style-wide { - margin-right: -200px; - margin-left: -200px; + margin-right: auto; + margin-left: auto; } 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 11a3a33f50..0d930c8b79 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 @@ -1392,8 +1392,8 @@ hr.wp-block-separator.is-style-dots::before { } hr.wp-block-separator.is-style-wide { - margin-left: -70px; - margin-right: -70px; + margin-left: auto; + margin-right: auto; } @@ -1430,8 +1430,8 @@ hr.wp-block-separator.is-style-dots::before { /* BLOCK: SEPARATOR */ hr.wp-block-separator.is-style-wide { - margin-left: -150px; - margin-right: -150px; + margin-left: auto; + margin-right: auto; } } @@ -1465,8 +1465,8 @@ hr.wp-block-separator.is-style-dots::before { /* BLOCK: SEPARATOR */ hr.wp-block-separator.is-style-wide { - margin-left: -200px; - margin-right: -200px; + margin-left: auto; + margin-right: auto; }