Explorar o código

Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
daniel %!s(int64=7) %!d(string=hai) anos
pai
achega
92ba5acd8e
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      resources/assets/sass/custom.scss

+ 5 - 1
resources/assets/sass/custom.scss

@@ -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;
-}
+}