summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components/share/part.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/components/share/part.module.css')
-rw-r--r--packages/web/src/components/share/part.module.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/web/src/components/share/part.module.css b/packages/web/src/components/share/part.module.css
index 17018fa02..4216cfc39 100644
--- a/packages/web/src/components/share/part.module.css
+++ b/packages/web/src/components/share/part.module.css
@@ -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;