diff --git a/website/src/components/Chat/ChatForm.tsx b/website/src/components/Chat/ChatForm.tsx index c8f1ec2316..749af4e7f0 100644 --- a/website/src/components/Chat/ChatForm.tsx +++ b/website/src/components/Chat/ChatForm.tsx @@ -51,6 +51,7 @@ export const ChatForm = forwardRef((props, f ref={ref} bg="gray.200" borderRadius="md" + pe={{ base: "76px", xl: "48px" }} rows={1} maxRows={10} py={{ base: 2, md: 3 }}