fix: Adds max height to form box (#51)

This commit is contained in:
Anibal 2023-06-21 17:13:04 +02:00 committed by GitHub
parent b2c0023e52
commit 41e3b69c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ export function PromptForm({
}}
ref={formRef}
>
<div className="relative flex w-full grow flex-col overflow-hidden bg-background px-8 sm:rounded-md sm:border sm:px-12">
<div className="relative flex max-h-60 w-full grow flex-col overflow-hidden bg-background px-8 sm:rounded-md sm:border sm:px-12">
<Tooltip>
<TooltipTrigger asChild>
<Link