diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 7605ab9822..796cc461f4 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -90,6 +90,10 @@ border-right: 0; border-left: 0; @include border-radius(0); + + &:last-child { + margin-bottom: -$list-group-border-width; + } } &:first-child { @@ -100,6 +104,7 @@ &:last-child { .list-group-item:last-child { + margin-bottom: 0; border-bottom: 0; } }