Skip to content
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions src/block/columns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
max-width: none;
}

// Make sure the blocks in inner columns have the correct width when max content width is set
.stk-column-wrapper > .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