[Glitch] Make handle more easily selectable on profile page

Port 52a50c5e43 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
cadars
2022-12-13 19:43:03 +01:00
committed by Claire
parent bc91069e08
commit 32b8b3355b
2 changed files with 7 additions and 1 deletions

View File

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