Skip to content

Commit 1a981c5

Browse files
author
hannahnida
committed
#558: Developer can style content types output differently per viewport - Removed unnecessary changes for column group
1 parent 87db6f8 commit 1a981c5

File tree

2 files changed

+2
-11
lines changed
  • app/code/Magento/PageBuilder/view
    • adminhtml/web/template/content-type/column-group/default
    • frontend/web/css/source/content-type/column-group

2 files changed

+2
-11
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/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)