Fix reversed phone numbers in rtl languages

This commit is contained in:
Raphael Michel
2021-05-25 11:31:31 +02:00
parent a8f2cbdf76
commit 9f7be4e267
4 changed files with 22 additions and 11 deletions

View File

@@ -20,6 +20,11 @@ html.rtl {
}
}
.force-ltr {
direction: ltr !important;
unicode-bidi: embed;
}
@media(min-width: $screen-sm-min) {
html.rtl .nameparts-form-group {
input, select {