Skip to content

Commit

Permalink
[Select] Fix a small vertical alignement issue (#9964)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jan 19, 2018
1 parent c241e6b commit 70078cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const styles = theme => ({
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
overflow: 'hidden',
lineHeight: '1.1875em', // Reset (19px), match the native input line-height
},
disabled: {
cursor: 'default',
Expand Down

0 comments on commit 70078cc

Please sign in to comment.