Skip to content

Commit f3218f2

Browse files
MariyaVdovenkooliviertassinari
authored andcommitted
[Autocomplete] Fix option height border-box (mui#19000)
1 parent e03493a commit f3218f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material-ui-lab/src/Autocomplete/Autocomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export const styles = theme => ({
173173
alignItems: 'center',
174174
cursor: 'pointer',
175175
paddingTop: 6,
176+
boxSizing: 'border-box',
176177
outline: '0',
177178
WebkitTapHighlightColor: 'transparent',
178179
paddingBottom: 6,

0 commit comments

Comments
 (0)