The last column of the first row is wrapped to the next line when viewing in Safari, and some other iOS based browsers.
Safari:
I was able to fix it by adding
.row:before, .row:after { display: flex !important; }
Obviously this isn't the most elegant solution but it may work for some in the meantime until they fix it.