logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ee86f56469e0eec44f3d2afa948c0213f83d0740
parent 17d6f1b53b343fee3ed0ae6137846cd9f21097ec
Author: Henry Jameson <me@hjkos.com>
Date:   Fri, 11 Feb 2022 15:10:52 +0200

more spacing fixes

Diffstat:

Msrc/components/mentions_line/mentions_line.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/mentions_line/mentions_line.scss b/src/components/mentions_line/mentions_line.scss @@ -1,6 +1,10 @@ .MentionsLine { word-break: break-all; + .mention-link:not(:first-child)::before { + content: ' '; + } + .showMoreLess { margin-left: 0.5em; white-space: normal;