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;