Fix Chrome's rendering of .card-columns

Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739.

Fixes #20925.
This commit is contained in:
Mark Otto 2018-03-31 14:33:24 -07:00 committed by Mark Otto
parent b72bd051ab
commit 474698f41b
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@
@include media-breakpoint-up(sm) {
column-count: $card-columns-count;
column-gap: $card-columns-gap;
orphans: 1;
widows: 1;
.card {
display: inline-block; // Don't let them vertically span multiple columns