Skip to content

Commit 3e8e3a9

Browse files
dbpolitotriklozoid
authored andcommitted
fix(desktop): Allow Selecting Card Errors (anomalyco#7506)
1 parent fcf35b8 commit 3e8e3a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ui/src/components/message-part.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@
387387
[data-component="edit-content"],
388388
[data-component="write-content"],
389389
[data-component="todos"],
390-
[data-component="diagnostics"] {
390+
[data-component="diagnostics"],
391+
.error-card {
391392
-webkit-user-select: text;
392393
user-select: text;
393394
}

0 commit comments

Comments
 (0)