fix(desktop): Allow Selecting Card Errors (#7506)

pull/7658/head
Daniel Polito 2026-01-10 11:52:11 -03:00 committed by GitHub
parent 58186004db
commit afb1cad26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -387,7 +387,8 @@
[data-component="edit-content"],
[data-component="write-content"],
[data-component="todos"],
[data-component="diagnostics"] {
[data-component="diagnostics"],
.error-card {
-webkit-user-select: text;
user-select: text;
}