From: Martijn Cuppens Date: Tue, 26 Feb 2019 20:06:46 +0000 (+0100) Subject: Fix border if only one card (#28365) X-Git-Tag: v4.4.0~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba641ae5074984b8aee1bd883dd79d91c2f85a16;p=thirdparty%2Fbootstrap.git Fix border if only one card (#28365) --- 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); }