diff --git a/scss/_card.scss b/scss/_card.scss index c6b67ce05d..c0b2078c1c 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -273,7 +273,7 @@ } } - &:first-of-type { + &:first-of-type:not(:last-of-type) { border-bottom: 0; @include border-bottom-radius(0); }