From: Anton Khorev <tony29@yandex.ru>
Date: Thu, 11 Apr 2024 21:49:49 +0000 (+0300)
Subject: Force ltr direction in export inputs
X-Git-Tag: live~1377^2
X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1ef6877dc42e64173d11f0c3c74f056b4ac9c86f

Force ltr direction in export inputs
---

diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index 9b9499e65..7f97f9c64 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -6,7 +6,7 @@
   <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
 
   <div class='export_area_inputs'>
-    <div class='export_boxy border border-secondary-subtle rounded bg-body-secondary'>
+    <div class='export_boxy border border-secondary-subtle rounded bg-body-secondary' dir='ltr'>
       <%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
       <div class="clearfix">
         <%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>