[Glitch] Fix long account username leaving container

Port 234af149665d0c8f926e4ee4b6c967ee7d072563 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Matt Jankowski 2024-12-13 03:41:38 -05:00 committed by Claire
parent e5dc03a353
commit e516066112

View File

@ -2014,6 +2014,8 @@ body > [data-popper-placement] {
} }
&__handle { &__handle {
overflow: hidden;
text-overflow: ellipsis;
user-select: all; user-select: all;
} }
} }
@ -8333,6 +8335,8 @@ noscript {
text-overflow: ellipsis; text-overflow: ellipsis;
span { span {
overflow: hidden;
text-overflow: ellipsis;
user-select: all; user-select: all;
} }