Skip to content

Commit

Permalink
fixed boder-box horizontal autoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
MariyaVdovenko committed Dec 27, 2019
1 parent d57c223 commit f3fae7f
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 f3fae7f

Please sign in to comment.