Skip to content

Commit

Permalink
fix(textinput): update textinput design (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishichawda authored Jan 3, 2019
1 parent 1186067 commit 2d22280
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/textInput/theme.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:local(.inputWrapper) {
padding: 5px;
width: 200px;
max-width: 100%;
.inputInnerWrapper {
position: relative;
}
Expand All @@ -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;
Expand Down

0 comments on commit 2d22280

Please sign in to comment.