feat: add RTL-specific CSS for bidirectional layout
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
.auth-form {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
|
||||
[dir='rtl'] & {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-input-group {
|
||||
|
||||
Reference in New Issue
Block a user