Skip to content

Commit

Permalink
Fix input width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Sep 29, 2023
1 parent dc15d19 commit 9dd2cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Input/InputWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const InputElement = styled.input`
border: none;
outline: none;
width: 100%;
width: inherit;
color: inherit;
font: inherit;
${({ theme }) => `
Expand Down

0 comments on commit 9dd2cbd

Please sign in to comment.