From 8e15e49e87984e5165b64c7bb4b58e4a51c8dd58 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Fri, 29 May 2026 15:14:06 +0200 Subject: [PATCH] [Profile] Make handle button text selectable (#39217) --- .../mastodon/components/account_header/styles.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/mastodon/components/account_header/styles.module.scss b/app/javascript/mastodon/components/account_header/styles.module.scss index ab751ce170..4de49f79ae 100644 --- a/app/javascript/mastodon/components/account_header/styles.module.scss +++ b/app/javascript/mastodon/components/account_header/styles.module.scss @@ -110,6 +110,9 @@ word-break: break-all; text-align: left; + /* Allow the handle text to be selected */ + user-select: text; + > svg { width: 16px; height: 16px;