Keep indention when displaying comments

This commit is contained in:
Sebastian Serth
2024-04-18 17:35:44 +02:00
committed by Dominic Sauer
parent abc1a25849
commit e9941d8f47

View File

@ -198,6 +198,7 @@ html[data-bs-theme="light"] {
} }
.comment-content { .comment-content {
white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
margin-bottom: 10px; margin-bottom: 10px;
} }