[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

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;