Bootstrap 4 Columns float style like Bootstrap 3 is it possible?
问题 i start developing with bootstrap 4 and now i found this problem : when using bootstrap 3 column system, because it uses float, we could insert multiple columns inside a row and it wold fill the space depending on the "col-size" specified, like this : http://codepen.io/seltix/pen/QpXvRJ ------- ------- ------- | COL 1 | | COL 2 | | COL 3 | | | ------- ------- | | | COL 4 | | COL 5 | ------- ------- ------- <div class="container-fluid"> <div class="row"> <div class="col-sm-6 panel height-1">