Skip to content

Commit 087e37f

Browse files
authored
fix (column block): Column styles can affect inner blocks in the editor. (#2167)
* Removed a selector. * Fixed selector. * Fixed selector.
1 parent faedf5b commit 087e37f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/styles/editor-block.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@
193193

194194
// Columns can be collapsed for tablet and mobile only.
195195
@include desktop {
196-
.stk-row > .stk-block-content > .block-editor-inner-blocks > .block-editor-block-list__layout,
197-
.stk-row .block-editor-block-list__layout {
196+
.stk-row > .stk-block-content > .block-editor-inner-blocks > .block-editor-block-list__layout {
198197
flex-wrap: nowrap;
199198
}
200199
}

0 commit comments

Comments
 (0)