We don't need rounded borders on card headers

This commit is contained in:
Bernd Bestel 2020-02-04 19:51:39 +01:00
parent 35eb976706
commit 35388b798c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -41,6 +41,10 @@ a.discrete-link:focus {
background-color: #e5e5e5;
}
.card-header:first-child {
border-radius: 0;
}
.card-body {
flex-grow: 0;
}