[Profile] Make handle button text selectable (#39217)

This commit is contained in:
diondiondion 2026-05-29 15:14:06 +02:00 committed by GitHub
parent 7fba458d92
commit 8e15e49e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;