]> git.openstreetmap.org Git - rails.git/commitdiff
Decrease directions button height to match Go button
authorAnton Khorev <tony29@yandex.ru>
Tue, 17 Oct 2023 09:26:29 +0000 (12:26 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 17 Oct 2023 09:26:29 +0000 (12:26 +0300)
app/views/layouts/_search.html.erb

index dc13414b70e4eea55e73e51c166ad5c909e3af14..397fdb8289b16fe3b4249d47ae787c4806685af3 100644 (file)
@@ -11,7 +11,7 @@
         </div>
       </div>
       <div class="col-auto">
-        <%= link_to image_tag("directions.png", :width => "20", :height => "20"), directions_path, :class => "btn btn-sm btn-primary switch_link", :title => t("site.search.get_directions_title") %>
+        <%= link_to image_tag("directions.png", :width => "20", :height => "20", :class => "align-bottom"), directions_path, :class => "btn btn-sm btn-primary switch_link", :title => t("site.search.get_directions_title") %>
       </div>
     </div>
   </form>