From 56928a7e5b3dbb3d281126f6dca154976abc948e Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Mon, 8 Jul 2024 09:06:29 -0700 Subject: [PATCH] affix send button to bottom of chat input --- packages/jupyter-ai/src/components/chat-input.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/jupyter-ai/src/components/chat-input.tsx b/packages/jupyter-ai/src/components/chat-input.tsx index cbfd4ec1d..6e13b9679 100644 --- a/packages/jupyter-ai/src/components/chat-input.tsx +++ b/packages/jupyter-ai/src/components/chat-input.tsx @@ -287,7 +287,10 @@ export function ChatInput(props: ChatInputProps): JSX.Element { InputProps={{ ...params.InputProps, endAdornment: ( - + )