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