Skip to content

Commit

Permalink
💄 justify-items-stretch on TextArea needed 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianNymark committed Mar 7, 2024
1 parent 4fbc628 commit d36b29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const FeedbackForm = ({
<Checkbox ref={ref_is_anon}>skjul navnet mitt</Checkbox>
<Textarea
label="Innspill"
className="min-h-40"
className="min-h-40 justify-items-stretch"
maxLength={500}
ref={ref_feedback}
error={error}
Expand Down

0 comments on commit d36b29a

Please sign in to comment.