mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
Chat: Display whitespace in chat messages
This commit is contained in:
parent
834e05fc9c
commit
faf84f0143
@ -92,6 +92,7 @@
|
||||
#chattext p {
|
||||
padding: 3px;
|
||||
overflow-x: hidden;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#chattext .time {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user