Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): Fix textfield input sizes (#1016)
Browse files Browse the repository at this point in the history
closes #1002
  • Loading branch information
bmihelac authored and yeelan0319 committed Jul 26, 2017
1 parent 2a5c635 commit e59ee21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-textfield/mdc-textfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $mdc-textfield-disabled-border-on-dark: rgba(white, .3);
#{$prop}: map-get(map-get($mdc-typography-styles, subheading2), $prop);
}

width: 100%;
padding: 0 0 8px;
border: none;
background: none;
Expand Down

0 comments on commit e59ee21

Please sign in to comment.