diff --git a/packages/jupyter-ai/src/components/chat-input.tsx b/packages/jupyter-ai/src/components/chat-input.tsx index 705b57fd3..cbfd4ec1d 100644 --- a/packages/jupyter-ai/src/components/chat-input.tsx +++ b/packages/jupyter-ai/src/components/chat-input.tsx @@ -280,6 +280,7 @@ export function ChatInput(props: ChatInputProps): JSX.Element { {...params} fullWidth variant="outlined" + maxRows={20} multiline placeholder="Ask Jupyternaut" onKeyDown={handleKeyDown}