Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
pull/91/head
daniel 7 years ago committed by GitHub
commit 92ba5acd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save