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; }