Open
requested to merge github/fork/louismaximepiton/main-lmp-card-inner-border-radius-fix into main
Fixes #37010.
Couldn't spot any breaking change in the example page, but I haven't dig deeper.
Solution
Make the inner border-radius
management universal inside the .card
.
Leads to remove some unused classes like .card-img-top
and .card-img-bottom
.
May lighten the bundle size.