diff options
| author | Martijn Cuppens <[email protected]> | 2019-02-26 21:06:46 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-08 00:29:21 +0200 |
| commit | ba641ae5074984b8aee1bd883dd79d91c2f85a16 (patch) | |
| tree | 1ecbe6f5064a6b541ea861470ec2355ee6679e11 | |
| parent | 11c40217cf0cb5f0194dd32da745140ac6a29b26 (diff) | |
| download | bootstrap-ba641ae5074984b8aee1bd883dd79d91c2f85a16.tar.xz bootstrap-ba641ae5074984b8aee1bd883dd79d91c2f85a16.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); } |
