-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(label): fix positioning of floating label for rtl (#11324)
* floating label rtl fix add rtl fix to floating label * single block, not nesting * fix(floating-label): wp and ios issue for rtl problems with transform-origin with both windows and ios platform for rtl and also wrong translate3d for rtl for windows platform * style(floating-label): remove html, 2 space indent remove reference of "html", just plain '[dir="rtl"] indent 2 space instead of 4 * refactor(floating-label): remove duplicate rule remove unnecessary duplicate rule
- Loading branch information
1 parent
cc1eb02
commit 0ec71cd
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters