Browse Source

prevent card from stretching

deadsuperhero 7 năm trước cách đây
mục cha
commit
336439b331
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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 {
 }
 
+img.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;
-}
+}