From 82f2c829e70e1030479b3e0c49b49c0ae6871d4e Mon Sep 17 00:00:00 2001 From: rishichawda Date: Thu, 3 Jan 2019 13:34:06 +0530 Subject: [PATCH] fix(textinput): fix input width --- lib/textInput/theme.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/textInput/theme.module.scss b/lib/textInput/theme.module.scss index 8e2d8a15..5abd294c 100644 --- a/lib/textInput/theme.module.scss +++ b/lib/textInput/theme.module.scss @@ -2,6 +2,8 @@ :local(.inputWrapper) { padding: 5px; + width: 200px; + max-width: 100%; .inputInnerWrapper { position: relative; } @@ -14,8 +16,7 @@ border-left: 0; border-right: 0; border-top: 0; - width: 200px; - max-width: 100%; + width: 100%; font-size: 16px; display: block; outline: none;