Enforce LTR in EditUsernameModalBody's input
This commit is contained in:
parent
499ee6c956
commit
19f5d4a213
1 changed files with 7 additions and 0 deletions
|
@ -131,6 +131,13 @@
|
|||
}
|
||||
|
||||
&__input__container.Input__container {
|
||||
/**
|
||||
* Discriminator should always be to the right of the nickname.
|
||||
* This overrides the default direction of the page.
|
||||
*/
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
direction: ltr;
|
||||
|
||||
margin-block-end: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue