Skip to content

Commit

Permalink
Make the group description <textarea> larger
Browse files Browse the repository at this point in the history
Large enough to hold the maximum length of 250 chars.
  • Loading branch information
seanh committed Jul 10, 2024
1 parent 834d944 commit 413b866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function CreateGroupForm() {
text={'Description'}
required={false}
/>
<Textarea id={descriptionId} />
<Textarea id={descriptionId} classes="h-24" />
<CharacterCounter value={0} limit={250} />
</div>

Expand Down

0 comments on commit 413b866

Please sign in to comment.