2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+2 -1
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;
}
}