logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: df51d088142476c71272e175f4b486b97fd33b91
parent: 4c5d60ab850b5d553cc5076bad0665029be45c0b
Author: Roger Braun <roger@rogerbraun.net>
Date:   Fri,  2 Dec 2016 01:54:04 +0100

Fix long word breaking in notifications.

Diffstat:

Msrc/components/notifications/notifications.scss2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss @@ -6,6 +6,8 @@ border-bottom: 1px solid silver; .text { + min-width: 0px; + word-wrap: break-word; .icon-retweet { color: $green;