Przeglądaj źródła

Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
daniel 7 lat temu
rodzic
commit
92ba5acd8e
1 zmienionych plików z 5 dodań i 1 usunięć
  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;
-}
+}