Skip to content

Commit 952f17b

Browse files
committed
MC-5432: Right/Left Margin Not Working For Content Types
- remove extra padding on full width appearance on row
1 parent 5daed7e commit 952f17b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/row/_full-width.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
.pagebuilder-content-type.children-min-height.pagebuilder-row[data-appearance='full-width'] > .element-children {
1111
margin-left: auto;
1212
margin-right: auto;
13-
max-width: 90%;
14-
padding-left: 20px;
15-
padding-right: 20px;
16-
width: @layout__max-width;
13+
max-width: @layout__max-width;
1714
}

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/row/_full-width.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
margin-left: auto;
1313
margin-right: auto;
1414
max-width: @layout__max-width;
15-
padding-left: 20px;
16-
padding-right: 20px;
1715
width: 100%;
1816
}

0 commit comments

Comments
 (0)