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

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);