Skip to content

Commit

Permalink
style : 인풋 폼 width값 변경 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlim0070 authored Nov 5, 2024
1 parent 6b2f805 commit a1da458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/ui/InputForm/InputForm.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const StyledTextarea = styled.textarea<{
height: string;
}>`
height: ${(props) => props.height};
width: calc(100% - 32px);
padding: 16px 16px;
font-size: 16px;
color: #000000;
Expand Down

0 comments on commit a1da458

Please sign in to comment.