Merge branch 'master' into develop
* master: Remove table border spacing #141 Fixed issue with IE11 and flex:1
This commit is contained in:
commit
027bd793c0
@ -49,7 +49,8 @@
|
|||||||
|
|
||||||
.column
|
.column
|
||||||
display: block
|
display: block
|
||||||
flex: 1
|
// IE 11 required specifying the flex-basis otherwise it breaks mobile
|
||||||
|
flex: 1 1 auto
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
table
|
table
|
||||||
|
border-spacing: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
td,
|
td,
|
||||||
|
Loading…
Reference in New Issue
Block a user