-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
When using a .list-group .list-group-flush in a card followed by .card-footer, the list last list group item does have a border, so basically this is not being applied:
bootstrap/scss/_list-group.scss
Lines 100 to 104 in da717b0
| &:last-child { | |
| .list-group-item:last-child { | |
| border-bottom: 0; | |
| } | |
| } |
It is however correctly applied when followed by a .card-body, as supposed:
CodePen to reproduce:
https://codepen.io/anon/pen/PdPxgG?editors=1000
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
