Chats: fix #375 truncated message text

This commit is contained in:
Alex Gleason 2020-09-03 14:57:58 -05:00
parent 9b55f813bb
commit 9df386b477
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -113,6 +113,8 @@
background-color: var(--background-color);
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: break-word;
white-space: break-spaces;
a {
color: var(--brand-color--hicontrast);