Enforce LTR in EditUsernameModalBody's input
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
36326c0bd1
commit
f566c1ee6d
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…
Add table
Reference in a new issue