Skip to content

Commit

Permalink
Fix #20654 by reverting #20447 (#20665)
Browse files Browse the repository at this point in the history
Cards must be inline-block in columns, otherwise they can get split across columns
  • Loading branch information
mdo authored Sep 8, 2016
1 parent 0bd0e3e commit 5713077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
column-gap: $card-columns-sm-up-column-gap;

.card {
display: inline-block; // Don't let them vertically span multiple columns
width: 100%; // Don't let them exceed the column width
}
}
Expand Down

0 comments on commit 5713077

Please sign in to comment.