Merge branch 'chat-message-preview' into 'develop'

Set max-height to chat preview message

Closes #426

See merge request soapbox-pub/soapbox-fe!1088
remove-makegetotheraccounts
Alex Gleason 2022-03-16 21:43:11 +00:00
commit ed88dbcdde
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -487,6 +487,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-height: 19px;
a {
color: var(--highlight-text-color);