Flexbox wraps last column of the first row in Safari

前端 未结 12 674
长发绾君心
长发绾君心 2020-11-30 18:52

The last column of the first row is wrapped to the next line when viewing in Safari, and some other iOS based browsers.

Safari:

12条回答
  •  一生所求
    2020-11-30 19:30

    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;
    }
    

提交回复
热议问题