0
0
Fork 0

Make handle more easily selectable on profile page (#21479)

* Make handle more easily selectable on profile page

* Wrap handle in a span

* Add `user-select: all` to span

* remove whitespace
This commit is contained in:
cadars 2022-12-13 19:43:03 +01:00 committed by GitHub
parent f70bdba926
commit 52a50c5e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -7092,6 +7092,10 @@ noscript {
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
span {
user-select: all;
}
}
}
}