]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix border if only one card (#28365)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 26 Feb 2019 20:06:46 +0000 (21:06 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 26 Feb 2019 20:06:46 +0000 (22:06 +0200)
scss/_card.scss

index c6b67ce05d5c3c9abbc5f030adfa497cdd8b5883..c0b2078c1c76d5a1ec76c1cdf78c7bacb6c868a7 100644 (file)
       }
     }
 
-    &:first-of-type {
+    &:first-of-type:not(:last-of-type) {
       border-bottom: 0;
       @include border-bottom-radius(0);
     }