mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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…
Reference in a new issue