[Glitch] Fix long account username leaving container

Port 234af14966 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2921/head
Matt Jankowski 2024-12-13 03:41:38 -05:00 committed by Claire
parent e5dc03a353
commit e516066112
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}