Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 557eea8

Browse files
fix(layout): revert temp fix for Chrome flexbox bug
1 parent d5a887c commit 557eea8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/style/layout.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@
141141
max-width: #{$value};
142142
max-height: 100%;
143143
box-sizing: border-box;
144-
145-
// Bug workaround for http://crbug.com/546034 - flex issues on Chrome 48
146-
@if $i == 0 { min-width: 0; }
147144
}
148145

149146
.layout-column > .#{$flexName}-#{$i * 5},

0 commit comments

Comments
 (0)