Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
This commit is contained in:
daniel 2018-06-01 01:40:10 -06:00 committed by GitHub
commit 92ba5acd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,10 @@ body, button, input, textarea {
.card.status-container {
}
.card-img-top {
height: auto;
}
.card.status-container .status-photo {
display: -webkit-box !important;
display: -ms-flexbox !important;
@ -104,4 +108,4 @@ body, button, input, textarea {
.notification-page .list-group-item:first-child {
border-top: none;
}
}