added suggested fix for list-groups with a elements
This commit is contained in:
parent
2ba0127c91
commit
bb32e91154
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.card-header + .list-group > li:first-child {
|
||||
.card-header + .list-group > li:first-child,
|
||||
.card-header + .list-group > a:first-child {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue