diff options
| author | Martijn Cuppens <[email protected]> | 2019-02-26 21:06:46 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-26 22:06:46 +0200 |
| commit | bc60a22a1843928814099ef5e6e26552f55aebae (patch) | |
| tree | f593fdde31ecb0b1ee94c999f09503397905c1fb | |
| parent | f7b55da4509e62b559f1e8181cf4b03e964775a4 (diff) | |
| download | bootstrap-bc60a22a1843928814099ef5e6e26552f55aebae.tar.xz bootstrap-bc60a22a1843928814099ef5e6e26552f55aebae.zip | |
Fix border if only one card (#28365)
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index c6b67ce05..c0b2078c1 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); } |
