mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-03 06:51:41 -05:00
Fix long account username leaving container (#33286)
This commit is contained in:
parent
d580607510
commit
234af14966
@ -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…
x
Reference in New Issue
Block a user