From bc60a22a1843928814099ef5e6e26552f55aebae Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 26 Feb 2019 21:06:46 +0100 Subject: [PATCH] Fix border if only one card (#28365) --- scss/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }