From b616efd75c02c02886f6a1aa9687e0594b441b2b Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 13 Jan 2021 15:04:22 +0100 Subject: [PATCH] :bug: Fixes comments styles --- frontend/resources/styles/main/partials/comments.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/resources/styles/main/partials/comments.scss b/frontend/resources/styles/main/partials/comments.scss index 161c109bbc..bec73296e1 100644 --- a/frontend/resources/styles/main/partials/comments.scss +++ b/frontend/resources/styles/main/partials/comments.scss @@ -77,6 +77,7 @@ width: 100%; border-radius: 2px; border: 1px solid $color-gray-10; + max-height: 4rem; } .buttons { @@ -427,6 +428,11 @@ .section-title { color: $color-black; } + + .threads { + max-height: 25rem; + overflow: auto; + } } .comment {