Chats: fix #375 truncated message text
This commit is contained in:
parent
9b55f813bb
commit
9df386b477
|
@ -113,6 +113,8 @@
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
white-space: break-spaces;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--brand-color--hicontrast);
|
color: var(--brand-color--hicontrast);
|
||||||
|
|
Loading…
Reference in New Issue