Enforce LTR in EditUsernameModalBody's input

This commit is contained in:
Fedor Indutny 2024-02-16 14:01:35 -08:00 committed by GitHub
parent 499ee6c956
commit 19f5d4a213
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;
}
}