From e9b9079dc921e85961954727a7b2a8eabe5b9798 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 5 Apr 2019 11:36:15 +0200 Subject: fix line height on input pre/suffix --- packages/forms/src/input/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/forms/src') diff --git a/packages/forms/src/input/styles.ts b/packages/forms/src/input/styles.ts index a64d2c340..c038295cd 100644 --- a/packages/forms/src/input/styles.ts +++ b/packages/forms/src/input/styles.ts @@ -4,7 +4,7 @@ import CSS from 'csstype'; const prefixStyles = (theme: Theme) => ({ background: theme.inputPrefixBackground, color: theme.inputPrefixColor, - lineHeight: theme.inputHeight, + lineHeight: `${theme.inputHeight}px`, padding: '0 10px', fontSize: theme.uiFontSize, }); -- cgit v1.2.3-70-g09d2