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 {