mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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