From: Anton Khorev Date: Thu, 11 Apr 2024 21:49:49 +0000 (+0300) Subject: Force ltr direction in export inputs X-Git-Tag: live~181^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" %>
-
+
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>