fixes double border when .list-group.list-group-flush is preceded by .card-header
This commit is contained in:
parent
25bbfcdd7c
commit
2ba0127c91
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
@include border-bottom-radius($card-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
.card-header + .list-group > li:first-child {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue