From 31873633fb73cf7e870b6561be748c71fd163bc8 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sat, 22 Jan 2022 15:21:34 +0100 Subject: [PATCH] Closes #100 --- themes/default/editor/widgets/comment/_comment.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/editor/widgets/comment/_comment.scss b/themes/default/editor/widgets/comment/_comment.scss index fb25190..58e90bb 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -15,6 +15,10 @@ resize:none; } + .r6o-readonly-comment { + white-space: pre; + } + .r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; } .r6o-editable-text::-moz-placeholder { color:#c2c2c2; } .r6o-editable-text:-moz-placeholder { color:#c2c2c2; }