From 2d2228098196faf1ce097809e13683f3693576bf Mon Sep 17 00:00:00 2001 From: Rishi Kumar Chawda Date: Thu, 3 Jan 2019 13:37:39 +0530 Subject: [PATCH] fix(textinput): update textinput design (#309) --- 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;