Skip to content

Commit 302ef0d

Browse files
committed
PB-108 apply display:flex css to immediate children only in column line.
1 parent c02ab8d commit 302ef0d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/column-line

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/column-line/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
z-index: 26;
2020
}
2121

22-
.element-children {
22+
> .element-children {
2323
display: flex;
2424
width: 100%;
2525
}

0 commit comments

Comments
 (0)