Skip to content

Commit 577f293

Browse files
Merge branch 'csso-alternative' of github.com:magento/magento2-page-builder into 558_extending-mftf-tests
2 parents f5e2db7 + cb24d11 commit 577f293

File tree

3 files changed

+2
-23
lines changed
  • app/code/Magento/PageBuilder/view

3 files changed

+2
-23
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/column-group/default/master.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
-->
77

88
<div class="pagebuilder-column-group"
9-
attr="data.main.attributes">
9+
attr="data.main.attributes"
10+
style="display: flex;">
1011
<render args="masterTemplate"/>
1112
</div>

app/code/Magento/PageBuilder/view/base/layout/default.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
//
7-
// Column group styles
8-
// _____________________________________________
9-
10-
& when (@media-common = true) {
11-
.pagebuilder-column-group {
12-
display: flex;
13-
}
14-
}
15-
166
//
177
// Mobile (style-m.css)
188
// _____________________________________________

0 commit comments

Comments
 (0)