Break long words in buffer

This commit is contained in:
Simon Ser 2020-06-24 20:44:45 +02:00
parent 9692f97c11
commit 96f33019f8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -96,6 +96,7 @@ details summary {
box-sizing: border-box;
padding: 10px;
color: #4a4a4a;
word-wrap: break-word;
}
#buffer .talk {
color: black;