Skip to content

Commit

Permalink
fix TextArea bottom truncation on web (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp authored Oct 21, 2023
1 parent f496214 commit 7413763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/core/TextArea/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const StyledTextArea = styled.textarea<TextAreaProps>`
padding: 12px;
font-family: 'ABC Diatype', Helvetica, Arial, sans-serif;
border: none;
border-bottom: 36px solid transparent;
resize: none;
font-size: 14px;
line-height: 20px;
Expand Down

0 comments on commit 7413763

Please sign in to comment.