Skip to content

Commit

Permalink
[TextField] InputAdornment shouldn't wrap, fixes #15240
Browse files Browse the repository at this point in the history
  • Loading branch information
TrejGun committed Dec 1, 2019
1 parent e4ac1c9 commit 5266c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/InputAdornment/InputAdornment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const styles = {
height: '0.01em', // Fix IE 11 flexbox alignment. To remove at some point.
maxHeight: '2em',
alignItems: 'center',
whiteSpace: 'nowrap',
},
/* Styles applied to the root element if `variant="filled"`. */
filled: {
Expand Down

0 comments on commit 5266c7b

Please sign in to comment.