Merge pull request #90 from dubcanada/master

Fixed issue with IE11 and flex:1
This commit is contained in:
CJ Patoilo 2016-12-22 19:35:39 -03:00 committed by GitHub
commit 108cd59497
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
.column
display: block
flex: 1
// IE 11 required specifying the flex-basis otherwise it breaks mobile
flex: 1 1 auto
margin-left: 0
max-width: 100%
width: 100%