Skip to content

Commit ab7105c

Browse files
committed
fix: make convo editor max height 75% of screen
1 parent 8f747c6 commit ab7105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/[orgShortcode]/convo/_components/create-convo-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ export default function CreateConvoForm({
593593

594594
<div
595595
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',
596+
'border-base-5 group relative mt-3 flex max-h-[75vh] w-full flex-col gap-1 rounded-md border px-2 py-1',
597597
canClearDraft && 'hover:rounded-tr-none'
598598
)}>
599599
{canClearDraft && (

0 commit comments

Comments
 (0)