Preserve whitespace for threads and remarks
This commit is contained in:
parent
462f61d723
commit
e91c22a0f8
|
@ -11,3 +11,7 @@
|
|||
.thread .id, .remark .id {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.thread .body, .remark .body {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue