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

Commit

Permalink
fix(layout): revert temp fix for Chrome flexbox bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Feb 29, 2016
1 parent d5a887c commit 557eea8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@
max-width: #{$value};
max-height: 100%;
box-sizing: border-box;

// Bug workaround for http://crbug.com/546034 - flex issues on Chrome 48
@if $i == 0 { min-width: 0; }
}

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

0 comments on commit 557eea8

Please sign in to comment.