Force ltr direction in export inputs

This commit is contained in:
Anton Khorev 2024-04-12 00:49:49 +03:00
parent 8bb126938f
commit 1ef6877dc4

View 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") %>