Skip to content

Commit 0c56a4c

Browse files
Merge pull request #533 from magento/525_mobile_column_width_slider_child_fix
#525: A Slider element is not responsive on the mobile view in the Firefox browser.
2 parents b0a25e7 + fb4b5f6 commit 0c56a4c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
.pagebuilder-column {
2222
background-attachment: scroll !important;
2323
flex-basis: 100%;
24+
max-width: 100%;
2425
}
2526
}

0 commit comments

Comments
 (0)