From 336439b331e40988252038e63481d35f4ac3bb82 Mon Sep 17 00:00:00 2001 From: deadsuperhero Date: Fri, 1 Jun 2018 00:12:13 -0700 Subject: [PATCH 1/2] prevent card from stretching --- resources/assets/sass/custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 55f0b464c..9cff7bb1d 100644 --- a/resources/assets/sass/custom.scss +++ b/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; -} \ No newline at end of file +} From 3ead4b42b2ecaff6a0e546d06e348b6ae4597c18 Mon Sep 17 00:00:00 2001 From: deadsuperhero Date: Fri, 1 Jun 2018 00:17:14 -0700 Subject: [PATCH 2/2] adjust to just the class --- resources/assets/sass/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 9cff7bb1d..fa4da39fc 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -51,7 +51,7 @@ body, button, input, textarea { .card.status-container { } -img.card-img-top { +.card-img-top { height: auto; }