The last column of the first row is wrapped to the next line when viewing in Safari, and some other iOS based browsers.
Safari:
Just to update on my question
This is the solution I go with, this is obviously fixed for Bootstrap4, which is flexbox compatible. So this is only for bootstrap3.
.row.flexthis:after, .row.flexthis:before{ display: none; }