Skip to content

Commit

Permalink
fix textarea overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiToshiya authored Oct 7, 2024
1 parent 8c50fc6 commit 3765b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const Textarea = styled.textarea`
padding: 5px 6px;
margin-bottom: 12px;
height: 96px;
box-sizing: border-box;
&:focus {
border: 0;
Expand Down

0 comments on commit 3765b3c

Please sign in to comment.