fix(desktop): error height
This commit is contained in:
parent
881465a7d0
commit
8199a3b5e5
1 changed files with 5 additions and 0 deletions
|
|
@ -319,5 +319,10 @@
|
||||||
[data-slot="diagnostic-message"] {
|
[data-slot="diagnostic-message"] {
|
||||||
color: var(--text-on-critical-base);
|
color: var(--text-on-critical-base);
|
||||||
word-break: break-word;
|
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