Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/block/columns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
max-width: none;
}

.stk-inner-blocks > .stk-block {
width: inherit;
}

.stk-block-columns > .stk-block-content {
--stk-column-gap: 0px; // For nested columns, this takes precedence.
column-gap: var(--stk-column-gap, 0px);
Expand Down