[Profile] Make handle button text selectable (#39217)
This commit is contained in:
parent
7fba458d92
commit
8e15e49e87
@ -110,6 +110,9 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
/* Allow the handle text to be selected */
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
> svg {
|
> svg {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user