We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f747c6 commit ab7105cCopy full SHA for ab7105c
apps/web/src/app/[orgShortcode]/convo/_components/create-convo-form.tsx
@@ -593,7 +593,7 @@ export default function CreateConvoForm({
593
594
<div
595
className={cn(
596
- 'border-base-5 group relative mt-3 flex max-h-[250px] w-full flex-col gap-1 rounded-md border px-2 py-1',
+ 'border-base-5 group relative mt-3 flex max-h-[75vh] w-full flex-col gap-1 rounded-md border px-2 py-1',
597
canClearDraft && 'hover:rounded-tr-none'
598
)}>
599
{canClearDraft && (
0 commit comments