0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix border if only one card (#28365)

This commit is contained in:
Martijn Cuppens 2019-02-26 21:06:46 +01:00 committed by XhmikosR
parent f7b55da450
commit bc60a22a18

View File

@ -273,7 +273,7 @@
} }
} }
&:first-of-type { &:first-of-type:not(:last-of-type) {
border-bottom: 0; border-bottom: 0;
@include border-bottom-radius(0); @include border-bottom-radius(0);
} }