I have 5 columns which i need to display in one row. The columns display in one row in chrome & safari. In IE11 the last column wraps onto a second row which is not what I want.
.col { flex: 0 1 19.4%; margin-right: .6%; }
I have 1px borders on my columns. When I remove the borders all columns fit nicely in one row again.
Do i need to specify which box-model ie11 should use?