Skip to content

Commit 7b3a059

Browse files
crisbetommalerba
authored andcommitted
fix(input): label alignment in rtl (#2047)
Fixes the focused label alignment being off in RTL. Fixes #2034.
1 parent a1331ec commit 7b3a059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/input/input.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ md-input, md-textarea {
138138

139139
[dir='rtl'] & {
140140
transform-origin: bottom right;
141+
left: auto;
142+
right: 0;
141143
}
142144
}
143145

0 commit comments

Comments
 (0)