From e9941d8f4753d159a7a9e049f53acdea71691d74 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 18 Apr 2024 17:35:44 +0200 Subject: [PATCH] Keep indention when displaying comments --- app/assets/stylesheets/request-for-comments.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index c8dadf92..94f310a8 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -198,6 +198,7 @@ html[data-bs-theme="light"] { } .comment-content { + white-space: pre-wrap; word-wrap: break-word; margin-bottom: 10px; }