Skip to content
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 component with header and list-group inside have a thick border-top #31037

Closed
hankir opened this issue Jun 15, 2020 · 2 comments
Closed

Comments

@hankir
Copy link

hankir commented Jun 15, 2020

Card component with header and list groups inside have a thick border-top. In version 4.3 works fine.

Before opening:

Bug reports must include:

Fast fix (but i think is wrong):
.card > .list-group {
border-top: 0 !important; /* or delete border-top: inherit */
}

Broken in #30497

@mdo
Copy link
Member

mdo commented Jun 15, 2020

Duplicate of #30793, fixed by #30808.

@mdo mdo closed this as completed Jun 15, 2020
@hankir
Copy link
Author

hankir commented Jun 16, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants