From cd2c48dd5cffb42321be7625daf27734626449e8 Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 28 Jul 2025 11:25:45 +0800 Subject: [PATCH] fix: adjust textarea height for poll input --- src/components/PostEditor/PostContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (