Skip to content

Commit 5713077

Browse files
authored
Fix #20654 by reverting #20447 (#20665)
Cards must be inline-block in columns, otherwise they can get split across columns
1 parent 0bd0e3e commit 5713077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_card.scss

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
column-gap: $card-columns-sm-up-column-gap;
315315

316316
.card {
317+
display: inline-block; // Don't let them vertically span multiple columns
317318
width: 100%; // Don't let them exceed the column width
318319
}
319320
}

0 commit comments

Comments
 (0)