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 @NoFlip annotation to floating label (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSander authored and kfranqueiro committed May 15, 2018
1 parent 1a2f9de commit d9d695a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mdc-floating-label/mdc-floating-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@
cursor: text;

@include mdc-rtl {
/* @noflip */
right: 0;

/* @noflip */
left: auto;

/* @noflip */
transform-origin: right top;
}
}
Expand Down

0 comments on commit d9d695a

Please sign in to comment.