Keep indention when displaying comments
This commit is contained in:

committed by
Dominic Sauer

parent
abc1a25849
commit
e9941d8f47
@ -198,6 +198,7 @@ html[data-bs-theme="light"] {
|
||||
}
|
||||
|
||||
.comment-content {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user