fix: adjust textarea height for poll input
This commit is contained in:
parent
f480c9e080
commit
cd2c48dd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && (
|
||||
<PollEditor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue