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
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