Skip to content

Commit

Permalink
Merge pull request #4691 from marmelab/fix-autocomplete-empty-suggestion
Browse files Browse the repository at this point in the history
Fix AutocompleteInput empty suggestion item height
  • Loading branch information
fzaninotto authored Apr 16, 2020
2 parents d26841c + 5912087 commit e053603
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const useStyles = makeStyles(
suggestion: {
display: 'block',
fontFamily: theme.typography.fontFamily,
minHeight: 24,
},
suggestionText: { fontWeight: 300 },
highlightedSuggestionText: { fontWeight: 500 },
Expand Down

0 comments on commit e053603

Please sign in to comment.