-
-
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
card-columns class not rendering properly in Chrome #26814
Comments
This is an issue specific to the example file you downloaded.
These styles aren't being applied however you can still see them in the styles tab within the developer tools. |
Closing per latest comment, and due to incomplete issue (missing live example, no Bootstrap version specified, no browser version specified). |
Software versions: Living example:
Firefox renders as expected, but Chrome renders as described in my original post. |
Works great for me 😋 |
Card-Columns does not render properly in Chrome.
The attached code intends to achieve:
(Refer to the attached file to see the tested code: card-columns.zip)
The uploaded html file renders as expected in Firefox, IE11 and Edge.
The following issues appear when testing in Chrome:
1 Cards truncated across columns with viewport width between 330px and 575px. Note that the right column top card reading "Bottom" and the left column bottom card reading "Top" are truncated (Figure 1.1); in the 575px width view the problem repeats, in addition the right edge of the left column is not adequately rendered as all the borders disappear (Figure 1.2).
2 Four and six column layouts do not render. Note that column layout is kept at three no matter the width of the viewport. (Figures 2.1 and 2.2)
The text was updated successfully, but these errors were encountered: