Commit ba641ae5 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Fix border if only one card (#28365)

parent 11c40217
Showing with 1 addition and 1 deletion
+1 -1
......@@ -273,7 +273,7 @@
}
}
&:first-of-type {
&:first-of-type:not(:last-of-type) {
border-bottom: 0;
@include border-bottom-radius(0);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment