mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 21:57:19 +00:00
Allow user handles to wrap in the popover when they are very long
This commit is contained in:
parent
d60ef3f17e
commit
4a000ea342
|
@ -1996,6 +1996,7 @@ body > [data-popper-placement] {
|
|||
|
||||
&__handle {
|
||||
user-select: all;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue