Skip to content

Commit

Permalink
fix(layout): fix flexbug, same as in bcbfcc0 but works in IE11 too (#148
Browse files Browse the repository at this point in the history
) (#355)

Closes #148
  • Loading branch information
mishkolesnikov authored and nnixaa committed Apr 9, 2018
1 parent d12397b commit a432e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
/deep/ nb-layout-column {
order: 2;
flex: 1 0;
width: 0; // this might be a strange workaround
min-width: 0; // fix for flexbug https://github.com/philipwalton/flexbugs#flexbug-1
&.left {
order: 1;
}
Expand Down

0 comments on commit a432e82

Please sign in to comment.