diff --git a/src/components/chat/PromptInput.jsx b/src/components/chat/PromptInput.jsx index 9763f164060182999e84428885627c3af4e2bc3d..8aaedecc460dad019a3a4866544af4a46daf792a 100644 --- a/src/components/chat/PromptInput.jsx +++ b/src/components/chat/PromptInput.jsx @@ -71,7 +71,7 @@ function PromptInput() { {methods.formState.isSubmitting && <div className='absolute bg-white bg-opacity-60 z-10 h-full w-full flex items-center justify-center text-2xl'><RiLoopRightFill className='animate-spin' /></div>} <Select name="model" options={availableModels} /> - <Input name="input" type="text" placeholder="Type a message" className="block w-full h-8" /> + <Input name="input" type="text" placeholder="Type a message" className="block h-8" /> <button type="submit" className="h-8 justify-center items-center bg-UhhBlue text-UhhWhite p-1 text-xs"> <RiSendPlane2Line />