Skip to content

Commit

Permalink
[docs] Fix Autocomplete demo on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 27, 2020
1 parent 283d5da commit 536c3c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/src/pages/components/autocomplete/CustomizedHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ const InputWrapper = styled('div')`
& input {
font-size: 14px;
line-height: 26px;
padding: 2px 6px;
height: 30px;
padding: 4px 6px;
width: 0;
min-width: 30px;
flex-grow: 1;
border: 0;
margin: 0;
outline: 0;
}
`;
Expand Down
5 changes: 3 additions & 2 deletions docs/src/pages/components/autocomplete/CustomizedHook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ const InputWrapper = styled('div')`
& input {
font-size: 14px;
line-height: 26px;
padding: 2px 6px;
height: 30px;
padding: 4px 6px;
width: 0;
min-width: 30px;
flex-grow: 1;
border: 0;
margin: 0;
outline: 0;
}
`;
Expand Down

0 comments on commit 536c3c0

Please sign in to comment.