logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 6e14fb292ce6f5bb76d5a46309536d0a6ca4e067
parent: ed0b240e29953cea8922af8b2d05ca392c8359f3
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sat, 14 Mar 2020 20:03:11 +0000

Merge branch 'caskd-develop-patch-76396' into 'develop'

Prevent overflow for long usernames/domains

See merge request pleroma/pleroma-fe!1083

Diffstat:

Msrc/components/notifications/notifications.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss @@ -81,6 +81,7 @@ .follow-text, .move-text { padding: 0.5em 0; + overflow-wrap: break-word; } .status-el {