logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7bd684670384b082d9b87a3a1eacf04dbce0267d
parent b3f3e87411c8987789d1be7693c0ba77a3424cb0
Author: Shpuld Shpludson <shp@cock.li>
Date:   Thu,  6 Aug 2020 09:46:19 +0000

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

Diffstat:

Msrc/components/status_content/status_content.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue @@ -275,6 +275,7 @@ $status-margin: 0.75em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + height: 1.4em; } } }