Skip to content

Commit

Permalink
added width property to stk block within stk inner blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Jun 12, 2023
1 parent 0f9b1ab commit d48ad7a
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit d48ad7a

Please sign in to comment.