Preserve whitespace for threads and remarks

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

View file

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