Skip to content

Commit 2d22280

Browse files
authored
fix(textinput): update textinput design (#309)
1 parent 1186067 commit 2d22280

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/textInput/theme.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
:local(.inputWrapper) {
44
padding: 5px;
5+
width: 200px;
6+
max-width: 100%;
57
.inputInnerWrapper {
68
position: relative;
79
}
@@ -14,8 +16,7 @@
1416
border-left: 0;
1517
border-right: 0;
1618
border-top: 0;
17-
width: 200px;
18-
max-width: 100%;
19+
width: 100%;
1920
font-size: 16px;
2021
display: block;
2122
outline: none;

0 commit comments

Comments
 (0)