From 7eee48b76187492f0deaac907c3d079b2b40774e Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 17 Oct 2023 12:26:29 +0300 Subject: [PATCH] Decrease directions button height to match Go button --- app/views/layouts/_search.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") %>
-- 2.45.1