diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.module.css b/src/interface/web/app/components/chatInputArea/chatInputArea.module.css index cfee75f1..5561b158 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.module.css +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.module.css @@ -1,4 +1,5 @@ div.actualInputArea { display: grid; grid-template-columns: auto 1fr auto auto; + max-width: 700px; } diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 131b4de4..944348ad 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -427,10 +427,10 @@ export default function ChatInputArea(props: ChatInputProps) {