Skip to content

Commit

Permalink
Fix some spacing issues on live release
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Jan 18, 2024
1 parent c146d01 commit d2c121d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<% end %>

<% if commit.backmerge_failure? %>
<%= status_badge("automatic backmerge failed", :inert) %>
<%= status_badge("backmerge failed", :inert) %>
<% end %>
2 changes: 1 addition & 1 deletion app/views/shared/live_release/_pull_requests_thin.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="grid grid-cols-1 gap-3 mt-3">
<% prs.each do |pr| %>
<%= render partial: "shared/live_release/pull_request_thin", locals: { pr:, title_size: 80 } %>
<%= render partial: "shared/live_release/pull_request_thin", locals: { pr:, title_size: 65 } %>
<% end %>
</div>

0 comments on commit d2c121d

Please sign in to comment.