Skip to content

Commit

Permalink
fix(input): label alignment in rtl (#2047)
Browse files Browse the repository at this point in the history
Fixes the focused label alignment being off in RTL.

Fixes #2034.
  • Loading branch information
crisbeto authored and mmalerba committed Dec 9, 2016
1 parent a1331ec commit 7b3a059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ md-input, md-textarea {

[dir='rtl'] & {
transform-origin: bottom right;
left: auto;
right: 0;
}
}

Expand Down

0 comments on commit 7b3a059

Please sign in to comment.