Fix long account username leaving container (#33286)

pull/33300/head
Matt Jankowski 5 months ago committed by GitHub
parent d580607510
commit 234af14966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save