logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7115584882f4fde67d248fa61611dbe579a41b9f
parent: 063b5ba52b0debc82a72ed666138b5fbab795fbf
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sun,  3 Feb 2019 15:10:19 +0000

Merge branch 'fix/conversation-arrow-smushed-in-notifications-panel' into 'develop'

#306 - fix conversation arrow smushed in notifications panel

See merge request pleroma/pleroma-fe!513

Diffstat:

Msrc/components/status/status.vue8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -285,6 +285,14 @@ overflow: hidden; white-space: nowrap; } + & > span { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + & > a:last-child { + flex-shrink: 0; + } } .reply-info { display: flex;