Merge branch 'Yidadaa:main' into main

This commit is contained in:
DirkSchlossmacher
2023-11-08 19:06:00 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -357,3 +357,7 @@ pre {
overflow: hidden;
text-overflow: ellipsis;
}
.copyable {
user-select: text;
}