Enforce LTR in EditUsernameModalBody's input

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-02-16 16:22:45 -06:00 committed by GitHub
parent 36326c0bd1
commit f566c1ee6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}