Skip to content

Commit

Permalink
[Select] Fix height inconsistency between input and select (#20780)
Browse files Browse the repository at this point in the history
  • Loading branch information
esseswann authored Apr 26, 2020
1 parent cbae0f8 commit cf3d13e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/NativeSelect/NativeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const styles = (theme) => ({
},
/* Styles applied to the select component `selectMenu` class. */
selectMenu: {
height: 'auto', // Reset
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
overflow: 'hidden',
Expand Down

0 comments on commit cf3d13e

Please sign in to comment.