Skip to content

Commit

Permalink
[Autocomplete] Fix mobile demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 7, 2019
1 parent 8d6080b commit cda43cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/pages/components/autocomplete/GitHubLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export default function GitHubLabel() {
open
onClose={handleClose}
multiple
debug
classes={{
paper: classes.paper,
option: classes.option,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/autocomplete/GitHubLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const useStyles = makeStyles((theme: Theme) =>
fontSize: 13,
},
option: {
minHeight: 'auto',
alignItems: 'flex-start',
padding: 8,
'&[aria-selected="true"]': {
Expand Down Expand Up @@ -177,7 +178,6 @@ export default function GitHubLabel() {
open
onClose={handleClose}
multiple
debug
classes={{
paper: classes.paper,
option: classes.option,
Expand Down

0 comments on commit cda43cd

Please sign in to comment.