logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1feff4dcc7d416815b5967d330c2e02573fec854
parent d137d5800a44e598d67d0134ed071167c1c6e98e
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 22 May 2022 21:47:19 +0300

fix

Diffstat:

Msrc/components/status_body/status_body.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss @@ -33,7 +33,7 @@ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - height: 1.4; + height: 1.4em; } }