Skip to content

Commit

Permalink
feat(textfield): Add left and right margin to helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGrigri authored and amsheehan committed Aug 22, 2017
1 parent 7dab6ba commit 3a24bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mdc-textfield/mdc-textfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,11 @@ $mdc-textfield-disabled-border-on-dark: rgba(white, .3);
opacity: 1;
}

.mdc-textfield--box + & {
margin-right: 16px;
margin-left: 16px;
}

// stylelint-enable plugin/selector-bem-pattern
}

Expand Down

0 comments on commit 3a24bca

Please sign in to comment.