docs: share fix diff bugs

This commit is contained in:
Jay V
2025-07-15 17:39:37 -04:00
parent 749e7838a4
commit 8a3e581edc
3 changed files with 28 additions and 42 deletions

View File

@@ -245,13 +245,15 @@
&[data-tool="edit"] {
[data-component="tool-result"] {
max-width: var(--lg-tool-width);
align-items: stretch;
width: 100%;
}
}
&[data-tool="task"] {
[data-component="tool-input"] {
font-size: 0.75rem;
line-height: 1.5;
max-width: var(--sm-tool-width);
max-width: var(--md-tool-width);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;