From: Tom Hughes Date: Tue, 17 Oct 2023 17:36:02 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4292' X-Git-Tag: live~541 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/790822f92ed8a059f5cf2e0f3806a2308961a053?hp=391728c8ebd4bf2779e8ff4f7d36aee6a840e4df Merge remote-tracking branch 'upstream/pull/4292' --- diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index dc13414b7..397fdb828 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -11,7 +11,7 @@
- <%= 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") %>