mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Enforce LTR in EditUsernameModalBody's input
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user