From b20ff3043374e903995a637cebf889becc8d4905 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Mon, 18 May 2020 09:37:59 +0200 Subject: [PATCH] CSS tweak --- themes/default/editor/widgets/comment/_comment.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/editor/widgets/comment/_comment.scss b/themes/default/editor/widgets/comment/_comment.scss index 78d19ae..a49928e 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -1,6 +1,6 @@ .r6o-widget.comment { font-size:14px; - min-height:1em; + min-height:3em; background-color:#fff; position:relative; padding:8px 10px;