mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Chat: Display whitespace in chat messages
This commit is contained in:
parent
834e05fc9c
commit
faf84f0143
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue