diff --git a/src/components/PostEditor/PostContent.tsx b/src/components/PostEditor/PostContent.tsx index a71d1f8..da53fa8 100644 --- a/src/components/PostEditor/PostContent.tsx +++ b/src/components/PostEditor/PostContent.tsx @@ -171,7 +171,7 @@ export default function PostContent({ defaultContent={defaultContent} parentEvent={parentEvent} onSubmit={() => post()} - className={isPoll ? 'h-20' : 'min-h-52'} + className={isPoll ? 'min-h-20' : 'min-h-52'} /> {isPoll && (