below a You can either put the classes on the "row" or the "column"? Won't be visible on the cards (border) if you use it on the row.https://getbootstrap.com/docs/4.6/utilities/flex/#align-items <divclass="container"><divclass="row"><divclass="col-lg-4 d-flex align-it...
I've got this issue in bootstrap4.beta1. Turns out it is todo with how chrome handles line breaks: https://drafts.csswg.org/css-break/#widows-orphans Simply setorphans: 1; windows:1;on yourcard-columnsand chrome will wrap as expected. ...
Bootstrap 4.1 has .card-columns which solves this problem. They must have listened to all these bright ideas ;-). This is not we expect, column works different than gropus. 👍 1 mdo removed this from Inbox in v4.2 Oct 7, 2018 mdo added the v5 label Dec 17, 2018 mdo mentioned...