Do not expand card body automatically

This commit is contained in:
Bernd Bestel 2018-07-15 13:39:48 +02:00
parent cb88ab2080
commit dc05c56440
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -45,6 +45,10 @@ a.discrete-link:focus {
background-color: #e5e5e5;
}
.card-body {
flex-grow: 0;
}
.content-text .invalid-feedback {
font-size: 95%;
}