From af17d85e7cca667035262a8befb2a2ff80b30929 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 24 Aug 2023 10:08:32 +0200 Subject: [PATCH] comment height --- app/static/css/comments.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/css/comments.scss b/app/static/css/comments.scss index 586abac..8b6f9cc 100644 --- a/app/static/css/comments.scss +++ b/app/static/css/comments.scss @@ -18,7 +18,8 @@ .add-comment { box-sizing: border-box; width: 100%; - height: 30vh; + min-height: 30vh; + height: 100%; padding-top: 8px; padding-left: 4px;