diff --git a/dara/blocks.css b/dara/blocks.css index c1723a73d7..38eedd8c66 100644 --- a/dara/blocks.css +++ b/dara/blocks.css @@ -333,9 +333,12 @@ hr.wp-block-separator { border: 0; } +.wp-block-separator:not(.is-style-dots) { + height: 1px; +} + .wp-block-separator { border: 0; - height: 1px; margin: 1.6em auto; background-color: #e6e6e6; max-width: 66%; diff --git a/dara/editor-blocks.css b/dara/editor-blocks.css index 0e52f7e2e2..d7f2d671e1 100644 --- a/dara/editor-blocks.css +++ b/dara/editor-blocks.css @@ -805,9 +805,12 @@ /* Separator */ +.wp-block-separator:not(.is-style-dots) { + height:1px; +} + .wp-block-separator { border: 0; - height: 1px; margin: 1.6em auto; background-color: #e6e6e6; max-width: 66%;