mirror of https://github.com/tootsuite/mastodon
Allow user handles to wrap in the popover when they are very long
parent
d60ef3f17e
commit
4a000ea342
|
@ -1996,6 +1996,7 @@ body > [data-popper-placement] {
|
|||
|
||||
&__handle {
|
||||
user-select: all;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue