|
@@ -262,7 +262,7 @@ hr.wp-block-separator {
|
|
|
max-width: 66%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-separator:not(.is-style-wide) {
|
|
|
+.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
max-width: 100px;
|
|
@@ -272,10 +272,6 @@ hr.wp-block-separator {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-separator.is-style-dots::before {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
/*--------------------------------------------------------------
|
|
|
5.0 Blocks - Widget Blocks
|
|
|
--------------------------------------------------------------*/
|