From a9f54d3c69f65527424e609bece3014968bd374c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 20 Dec 2018 13:04:28 +0100 Subject: [PATCH] remove max-height css property, because it breaks pr detail view --- scm-ui/styles/scm.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 84aeec444a..9d65bbe26f 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -115,7 +115,6 @@ $fa-font-path: "webfonts"; .media { .media-content { width: calc(50% - 0.75rem); - max-height: 120px; .shorten-text { overflow: hidden; text-overflow: ellipsis;