forked from CGM_Public/pretix_original
Fix reversed phone numbers in rtl languages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user