mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
fix(desktop): error height
This commit is contained in:
parent
80eac96258
commit
4eb311e98f
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue