Skip to content

Commit 3f4a1e9

Browse files
committed
MC-41760: Pagebuilder content doubled on Tablet view when block exceeds viewport width
1 parent 6b38176 commit 3f4a1e9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
// Desktop (style-l.css)
6868
// _____________________________________________
6969

70-
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = (@screen__m + 1)) {
70+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = (@screen__m)) {
7171
.pagebuilder-mobile-only {
7272
display: none !important;
7373
}

0 commit comments

Comments
 (0)