-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Nested card in card groups are displayed wrong #24752
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
Comments
I don't think this is the best way. But for now it's a solution:
|
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen or JS Bin and report back with your link, Bootstrap version, and specific browser and OS details. |
Sorry, here it is: https://codepen.io/jhhazelaar/pen/LOWWKw |
Can you update your CodePen to our latest release please ? |
Still the same issue. Sorry for the incompetence, first time creating an issue |
don't worry that's ok 👍 |
maybe using |
It's seems we try to avoid child selector in Bootstrap 🤔 |
Thanks a lot @jhhazelaar for reporting this one. Hi @Johann-S to me this is a really good case for a child selector, since we want to select just The other option is to undo the styles for card-group card on nested cards which will add way more specificity and styles. I've send a PR so we can discuss more concrete ideas |
I have a card-group with nested cards in de card-body of the grouped. This nested card act like they are grouped. Nested card doesn't have a left border or no rounded corner just like the grouped cards.
Maybe adding some
>
to de card scss. I didn't have the time to figure out the solutions, sorry for that.The text was updated successfully, but these errors were encountered: