Layout: add flex-basis so it works in IE11 (#9655)

pull/9660/head
杨奕 2018-02-04 15:35:20 +08:00 committed by GitHub
parent 645b30f1c7
commit 5015589753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
display: flex;
flex-direction: row;
flex: 1;
flex-basis: auto;
box-sizing: border-box;
min-width: 0;

View File

@ -3,6 +3,7 @@
@include b(main) {
flex: 1;
flex-basis: auto;
overflow: auto;
box-sizing: border-box;
padding: $--main-padding;