We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7bb6 commit 183bd9cCopy full SHA for 183bd9c
1 file changed
src/scss/02-tools/_m-block-vertical-spacing.scss
@@ -22,7 +22,7 @@
22
*
23
*/
24
@mixin block-vertical-spacing($type : margin, $spacing : var(--spacing--block-3)) {
25
- #{context-selector(".blocks-container > &", ".is-root-container &")} {
+ #{context-selector(".blocks-container > &", ".is-root-container > &, .is-root-container > .wp-block[data-align] > &, .is-root-container > .wp-acf-block-preview > &, .is-root-container > .wp-block[data-align] > .wp-acf-block-preview > &")} {
26
#{$type}-top: $spacing;
27
#{$type}-bottom: $spacing;
28
0 commit comments