fix(desktop): error height

pull/5582/head
Adam 2025-12-19 09:18:44 -06:00
parent 80eac96258
commit 4eb311e98f
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 5 additions and 0 deletions

View File

@ -319,5 +319,10 @@
[data-slot="diagnostic-message"] {
color: var(--text-on-critical-base);
word-break: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
overflow: hidden;
}
}