From 21751b293578f25675d415de766f77bd0178fc9c Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 17 Apr 2017 11:03:34 +0200 Subject: [PATCH] [Input] Reset for Safari --- src/Input/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Input/Input.js b/src/Input/Input.js index 2b69bdeb57528b..1c766a256775fa 100644 --- a/src/Input/Input.js +++ b/src/Input/Input.js @@ -57,7 +57,7 @@ export const styleSheet = createStyleSheet('MuiInput', (theme) => { verticalAlign: 'middle', whiteSpace: 'normal', background: 'none', - lineHeight: 1, + margin: 0, // Reset for Safari appearance: 'textfield', // Improve type search style. color: theme.palette.text.primary, width: '100%',