Skip to content

Commit da501de

Browse files
authored
Fix header button height
Apparently, production environments need this for openstreetmap#6988 to be seamless
1 parent 6056884 commit da501de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/_select_language_button.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<%= tag.button tag.i(:class => "bi bi-translate fs-5 lh-1"),
44
:type => "button",
5-
:class => ["btn btn-outline-secondary align-self-stretch px-2", *extra_classes],
5+
:class => ["btn btn-outline-secondary align-self-stretch py-0 px-2", *extra_classes],
66
:title => t(".title"),
77
:data => { :bs_toggle => "modal", :bs_target => "#select_language_dialog" } %>

0 commit comments

Comments
 (0)