prevent card from stretching

This commit is contained in:
deadsuperhero 2018-06-01 00:12:13 -07:00
parent d2ed666321
commit 336439b331

View file

@ -51,6 +51,10 @@ body, button, input, textarea {
.card.status-container {
}
img.card-img-top {
height: auto;
}
.card.status-container .status-photo {
display: -webkit-box !important;
display: -ms-flexbox !important;