]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/export.html.erb
Force ltr direction in export inputs
[rails.git] / app / views / site / export.html.erb
index 9b9499e6586f4f117a7bc760a49741f3c0640bdf..7f97f9c640b7836dd5138cae3d66080277144c5e 100644 (file)
@@ -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") %>