Skip to content

Commit

Permalink
fix(textfield): Incorrect text field sizes (material-components#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Jul 26, 2017
1 parent 1412123 commit af1216c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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);
&__input {
@include mdc-theme-prop(color, text-primary-on-light);

width: 100%;
padding: 0 0 8px;
border: none;
background: none;
Expand Down Expand Up @@ -123,7 +124,7 @@ $mdc-textfield-disabled-border-on-dark: rgba(white, .3);
transform: translateY(-100%) scale(.75, .75);
cursor: auto;
}
// stylelint-enable plugin/selector-bem-pattern
// stylelint-enable plugin/selector-bem-pattern
}

.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth) {
Expand Down

0 comments on commit af1216c

Please sign in to comment.