fix(desktop): error height

This commit is contained in:
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

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;
}
}