diff --git a/static/style.css b/static/style.css index 640f05d90..1c899e479 100644 --- a/static/style.css +++ b/static/style.css @@ -2070,6 +2070,9 @@ body.bg-pattern-sparkles { overflow-wrap: break-word; overflow: hidden; } + .msg-user:has(textarea) { + width: 85%; + } .msg-ai { align-items: flex-start; margin-right: auto;