From dca5cb5e6a90faf47791dc2518b9864c5feb2b12 Mon Sep 17 00:00:00 2001 From: Trej Gun Date: Sun, 1 Dec 2019 13:53:39 +0200 Subject: [PATCH] [TextField] InputAdornment shouldn't wrap (#18641) --- packages/material-ui/src/InputAdornment/InputAdornment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/material-ui/src/InputAdornment/InputAdornment.js b/packages/material-ui/src/InputAdornment/InputAdornment.js index 6c05f8ab9c1b58..6c61492702b646 100644 --- a/packages/material-ui/src/InputAdornment/InputAdornment.js +++ b/packages/material-ui/src/InputAdornment/InputAdornment.js @@ -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: {