Skip to content

Commit e04091f

Browse files
author
Hwashiang Yu
committed
Merge remote-tracking branch 'origin/MC-3992-column-width-are-not-consistent' into cms-team-1-delivery
2 parents 011c085 + 25359d2 commit e04091f

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)