From 4a000ea3429174aea1222b9371d6f9c86e0e05a8 Mon Sep 17 00:00:00 2001 From: nicolas Date: Tue, 5 Nov 2024 14:51:57 +0100 Subject: [PATCH] Allow user handles to wrap in the popover when they are very long --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f688b9b4ba..40672ce78c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1996,6 +1996,7 @@ body > [data-popper-placement] { &__handle { user-select: all; + overflow-wrap: anywhere; } }