Chats: fix #375 truncated message text
This commit is contained in:
parent
9b55f813bb
commit
9df386b477
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue