Skip to content

Commit 5d9d2bb

Browse files
committed
fix typo
1 parent a36a1ac commit 5d9d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/columns/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// These are styles added from the global spacing and borders.
1919
:where(.stk-has-design-system-spacing-and-borders) {
20-
.stk-blocks-columns > .stk-block-content {
20+
.stk-block-columns > .stk-block-content {
2121
--stk-column-gap: var(--stk-columns-column-gap, 0px); // For nested columns, this takes precedence.
2222
row-gap: var(--stk-columns-row-gap, 0px);
2323
}

0 commit comments

Comments
 (0)