Fixed issue with IE11 and flex:1

This commit is contained in:
dubcanada 2016-05-10 14:01:31 -03:00
parent 70ad8c1ae0
commit ef7cfa08ee

View File

@ -53,7 +53,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%