Skip to content

Commit 25359d2

Browse files
author
Hwashiang Yu
committed
MC-3992: Columns Widths Are Not Consistent Between Stage & Storefront
- Added box-sizing style to column content type
1 parent e04033e commit 25359d2

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/column

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// Default appearance styles
88
// _____________________________________________
99

10+
.pagebuilder-column {
11+
box-sizing: border-box;
12+
}
13+
1014
@media only screen and (max-width: @screen__m) {
1115
.pagebuilder-column {
1216
flex-basis: 100%;

0 commit comments

Comments
 (0)