Fix border if only one card (#28365)
This commit is contained in:
parent
11c40217cf
commit
ba641ae507
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue