mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
CSS fix: respect whitespace with white-space: pre-wrap
This commit is contained in:
parent
5510be3ded
commit
ad657e5887
@ -192,6 +192,7 @@ div.post {
|
|||||||
}
|
}
|
||||||
div.post p.body {
|
div.post p.body {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
|
Loading…
Reference in New Issue
Block a user