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 494aa8243e..063075bf1a 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 @@ -619,12 +619,15 @@ hr.wp-block-separator:not(.is-style-dots)::after { width: 1px; } -hr.wp-block-separator::before { +.editor-styles-wrapper hr.wp-block-separator::before { right: calc(50% - 5px); + left: auto; } -hr.wp-block-separator::after { +.editor-styles-wrapper hr.wp-block-separator::after { left: calc(50% - 5px); + right: auto; + border-radius: 0; } /* STYLE: DOTS */ 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 352a59f399..8b62985520 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 @@ -623,12 +623,15 @@ hr.wp-block-separator:not(.is-style-dots)::after { width: 1px; } -hr.wp-block-separator::before { +.editor-styles-wrapper hr.wp-block-separator::before { left: calc(50% - 5px); + right: auto; } -hr.wp-block-separator::after { +.editor-styles-wrapper hr.wp-block-separator::after { right: calc(50% - 5px); + left: auto; + border-radius: 0; } /* STYLE: DOTS */