Skip to content

Commit

Permalink
[Autocomplete] Fix option height border-box (#19000)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariyaVdovenko authored and oliviertassinari committed Dec 28, 2019
1 parent e03493a commit f3218f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export const styles = theme => ({
alignItems: 'center',
cursor: 'pointer',
paddingTop: 6,
boxSizing: 'border-box',
outline: '0',
WebkitTapHighlightColor: 'transparent',
paddingBottom: 6,
Expand Down

0 comments on commit f3218f2

Please sign in to comment.