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