feat: close #2954 chat summary should be copyable

This commit is contained in:
Yidadaa
2023-11-09 01:51:33 +08:00
parent 47154773f2
commit 8c0ba1aee2
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;
}