From 003fb44447691f245eb433d06f6034f6271b6562 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Thu, 27 Jan 2022 09:51:12 +0100 Subject: [PATCH] Small (but essential...) CSS fix --- 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 58e90bb..47159a0 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -16,7 +16,7 @@ } .r6o-readonly-comment { - white-space: pre; + white-space: pre-line; } .r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; }