diff --git a/components/chat-input.tsx b/components/chat-input.tsx index 575c4b9..30e11eb 100644 --- a/components/chat-input.tsx +++ b/components/chat-input.tsx @@ -212,7 +212,7 @@ export function ChatInput({ placeholder="Describe what changes you want to make to the diagram... (Press Cmd/Ctrl + Enter to send)" disabled={status === "streaming"} aria-label="Chat input" - className="min-h-[80px] resize-none transition-all duration-200" + className="min-h-[80px] resize-none transition-all duration-200 px-1 py-0" />