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

Commit

Permalink
fix(floating-label): Add alternate tag (#3993)
Browse files Browse the repository at this point in the history
Add the alternate tag for line-height to appease closure stylesheets
  • Loading branch information
patrickrodee authored and williamernest committed Oct 25, 2018
1 parent f6acae8 commit 6307071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-floating-label/mdc-floating-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
transition:
transform $mdc-floating-label-transition-duration $mdc-animation-standard-curve-timing-function,
color $mdc-floating-label-transition-duration $mdc-animation-standard-curve-timing-function;
/* @alternate */
line-height: 1.15rem;
text-align: left;
text-overflow: ellipsis;
Expand Down

0 comments on commit 6307071

Please sign in to comment.