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:
Alex Gleason 2020-09-03 20:12:57 +00:00
commit 48083e7f86
6 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

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