Skip to content

Commit 77776ac

Browse files
committed
fix: only add display grid to the direct child
1 parent 7d01e08 commit 77776ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/image-box/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.stk-block-column .stk-block-column__content {
33
justify-content: center;
44
}
5-
.stk-inner-blocks {
5+
> .stk-inner-blocks {
66
display: grid;
77
> .stk-block {
88
grid-column: 1 / 2;

0 commit comments

Comments
 (0)