-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Collapse/Accordion - CSS issue with only one card #28818
Comments
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen/JS Bin or Stackblitz and report back with your link, Bootstrap version, and specific browser and OS details. This is an automated reply |
Same issue here: My quick and dirty fix was:
|
x-refs: #28780 |
Bottom border already fixed in #28365, but top border isn't rounded. Fix could be: |
Fixed in the meanwhile: https://jsbin.com/weresipeje/edit?html,output |
Hello
I've just used the accordion with cards and on some pages I need only one card. As you can see on the screenshot the CSS messes up the borders. I think it's because the one card is both the first and last child of the accordion.
Regards
Michael
The text was updated successfully, but these errors were encountered: