Skip to content

Commit

Permalink
[Autocomplete] Reduce textbox <> popup gap
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 24, 2021
1 parent d20eb54 commit cc87a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const AutocompletePaper = experimentalStyled(
/* Styles applied to the Paper component. */
...theme.typography.body1,
overflow: 'auto',
margin: '4px 0',
margin: '1px 0',
}));

const AutocompleteLoading = experimentalStyled(
Expand Down

0 comments on commit cc87a08

Please sign in to comment.