Skip to content

Commit

Permalink
fix button size for custom release
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Dec 2, 2023
1 parent ef40464 commit e766680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/trains/_custom_release_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div data-controller="modal">
<%= authz_link_to :neutral, "#", { data: { action: "modal#open" } } do %>
<%= inline_svg("wrench.svg", classname: "w-6 h-6 fill-current mr-2") %>
<%= inline_svg("wrench.svg", classname: "w-5 h-5 fill-current mr-2") %>
<span>Start custom release</span>
<% end %>
<dialog data-modal-target="modal"
Expand Down

0 comments on commit e766680

Please sign in to comment.