Merge branch 'master' into develop

* master:
  Remove table border spacing #141
  Fixed issue with IE11 and flex:1
This commit is contained in:
CJ Patoilo 2017-01-24 03:14:17 -03:00
commit 027bd793c0
No known key found for this signature in database
GPG Key ID: BB04A2FB1C21BF9D
2 changed files with 3 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%

View File

@ -3,6 +3,7 @@
//
table
border-spacing: 0
width: 100%
td,