Chat: Display whitespace in chat messages

This commit is contained in:
Richard Hansen 2021-07-13 20:08:20 -04:00 committed by webzwo0i
parent 834e05fc9c
commit faf84f0143

View file

@ -92,6 +92,7 @@
#chattext p { #chattext p {
padding: 3px; padding: 3px;
overflow-x: hidden; overflow-x: hidden;
white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
} }
#chattext .time { #chattext .time {