Skip to content

Commit

Permalink
fix(text-field): Set char counter text not to wrap (#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Feb 20, 2019
1 parent ca290be commit 9b7dce7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
@include mdc-typography-baseline-top(16px);
@include mdc-rtl-reflexive-box(margin, left, auto); // Keep flex item align to trailing side on absence of helper text.
@include mdc-rtl-reflexive-box(padding, left, 16px);

white-space: nowrap;
}

// postcss-bem-linter: end

0 comments on commit 9b7dce7

Please sign in to comment.