浏览代码

Merge pull request #78 from DeadSuperHero/cardtopfix

Prevent card from stretching on profile page
daniel 7 年之前
父节点
当前提交
92ba5acd8e
共有 1 个文件被更改,包括 5 次插入1 次删除
  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;
-}
+}