]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_search.html.erb
Decrease directions button height to match Go button
[rails.git] / 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>