Preserve whitespace for threads and remarks

This commit is contained in:
swag 2022-09-21 23:23:21 -04:00
parent 462f61d723
commit e91c22a0f8

View File

@ -11,3 +11,7 @@
.thread .id, .remark .id { .thread .id, .remark .id {
float: right; float: right;
} }
.thread .body, .remark .body {
white-space: pre-wrap;
}