mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
fixes double border when .list-group.list-group-flush is preceded by .card-header
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
@include border-bottom-radius($card-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
.card-header + .list-group > li:first-child {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user