From e516066112b5d2304b0b37d148fa951ba5430349 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 13 Dec 2024 03:41:38 -0500 Subject: [PATCH] [Glitch] Fix long account username leaving container Port 234af149665d0c8f926e4ee4b6c967ee7d072563 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 1a4f7349ee..e9df98f83e 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -2014,6 +2014,8 @@ body > [data-popper-placement] { } &__handle { + overflow: hidden; + text-overflow: ellipsis; user-select: all; } } @@ -8333,6 +8335,8 @@ noscript { text-overflow: ellipsis; span { + overflow: hidden; + text-overflow: ellipsis; user-select: all; }