@@ -276,6 +276,7 @@ $config-quote: (
$config-separator: (
"height": 2px,
+ "width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
);
/**
@@ -1889,6 +1889,10 @@ hr.wp-block-separator {
*/
}
+hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
+ max-width: 96px;
+}
+
hr.wp-block-separator.is-style-wide {
border-bottom-color: #E0E0E0;
border-bottom-width: 2px;