fix: adjust textarea height for poll input
This commit is contained in:
@@ -171,7 +171,7 @@ export default function PostContent({
|
|||||||
defaultContent={defaultContent}
|
defaultContent={defaultContent}
|
||||||
parentEvent={parentEvent}
|
parentEvent={parentEvent}
|
||||||
onSubmit={() => post()}
|
onSubmit={() => post()}
|
||||||
className={isPoll ? 'h-20' : 'min-h-52'}
|
className={isPoll ? 'min-h-20' : 'min-h-52'}
|
||||||
/>
|
/>
|
||||||
{isPoll && (
|
{isPoll && (
|
||||||
<PollEditor
|
<PollEditor
|
||||||
|
|||||||
Reference in New Issue
Block a user