Skip to content

Commit

Permalink
fix box sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 27, 2020
1 parent f58ce66 commit 5049d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/components/autocomplete/CustomizedHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const InputWrapper = styled('div')`
& input {
font-size: 14px;
height: 30px;
box-sizing: border-box;
padding: 4px 6px;
width: 0;
min-width: 30px;
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/components/autocomplete/CustomizedHook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const InputWrapper = styled('div')`
& input {
font-size: 14px;
height: 30px;
box-sizing: border-box;
padding: 4px 6px;
width: 0;
min-width: 30px;
Expand Down

0 comments on commit 5049d87

Please sign in to comment.