-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 alpha 4 card-columns cuts off cards on top and bottom #20654
Comments
Browser? Also, are you using CSS columns? |
I'm seeing the same behavior, and also seeing it on the Bootstrap documentation site. I'm on Mac OS X Chrome beta channel (currently 53.0.2785.80 beta (64-bit)). |
I tested in IE 11, Firefox, Chrome on Windows 7. All the same. I'm just using the bootstrap.js and bootstrap.css from the dist folder, so whatever the default settings are. |
Likely something to do with the |
This changes the cards to use `display: inline-block` when in columns to stop them wrapping when in columns and therefore stopping them getting cut off. Fixes twbs#20654
Cards must be inline-block in columns, otherwise they can get split across columns
I have tried! Fixed!! Thanks! |
With the release of V4 alpha 4, card-columns class truncates the top of the middle and right cards when the cards are of varying heights. The same behavior occurs on the bottom edge, although it appears to be the third column that is shown completely, with 1 and 2 being cut off.
The text was updated successfully, but these errors were encountered: