Merge branch 'chat-list-single-line-fix' into 'develop'

Fix single line status content mode in the chat list

See merge request pleroma/pleroma-fe!1202
This commit is contained in:
Shpuld Shpludson 2020-08-06 09:46:19 +00:00
commit 7bd6846703

View file

@ -275,6 +275,7 @@ $status-margin: 0.75em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
height: 1.4em;
}
}
}