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

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