1
0
Fork 0
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:
gijsbotje 2017-08-16 20:14:56 +02:00 committed by Mark Otto
parent 2ba0127c91
commit bb32e91154

View file

@ -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;
}
}