fix(desktop): error height

thinking-toggle-wip
Adam 2025-12-19 09:18:44 -06:00 committed by Aiden Cline
parent 881465a7d0
commit 8199a3b5e5
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;
}
}