Merge branch 'chat-fixes' into 'develop'
Chat fixes Closes #382, #384, #367, and #375 See merge request soapbox-pub/soapbox-fe!203
This commit is contained in:
commit
48083e7f86
6 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 a new issue