mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +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 {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
div.post.reply {
|
||||
background: #D6DAF0;
|
||||
|
Loading…
Reference in New Issue
Block a user