Skip to content

Commit

Permalink
fix(email-sender): placeholder for response is bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 1, 2024
1 parent 885ea91 commit 5c23376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/send-mail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ function EmailSender({ contribution, refetch }: EmailSenderProps) {
{contribution?.email && (
<Container>
<Row gutters>
<Col offsetMd="2" md="8">
<Col offsetMd="2" md="12">
<TextArea
value={userResponse}
onChange={(e) => setUserResponse(e.target.value)}
placeholder="Votre réponse..."
rows={2}
/>
</Col>
<Col>
<Col offsetMd="12">
<Button
className="fr-mt-1w"
variant="secondary"
Expand Down

0 comments on commit 5c23376

Please sign in to comment.