Skip to content

Commit 4992b46

Browse files
author
Nikita Chubukov
committed
MAGETWO-59431: Sample Data does not scale correctly when resize window as mobile view
- Fix homepage layout
1 parent 19fab05 commit 4992b46

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/Magento/blank/web/css/source

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/web/css/source/_layout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.column.main {
1919
&:extend(.abs-add-box-sizing all);
2020
.lib-css(padding-bottom, @indent__xl);
21-
.lib-vendor-prefix-flex-basis(100%);
21+
.lib-vendor-prefix-flex-basis(auto);
2222
.lib-vendor-prefix-flex-grow(1);
2323
.lib-vendor-prefix-order(1);
2424
width: 100%;

0 commit comments

Comments
 (0)