Skip to content

Commit

Permalink
increase size of status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 15, 2025
1 parent 6a7e073 commit dcb8970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/data_requests/_data_request.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class="field-label">expired:</span>
<strong><%= data_request.expires_after.strftime("%b %e, %Y") rescue nil %></strong>
<% end %>
<span class="badge rounded-pill text-bg-<%= print_status_color(data_request.status)%>">
<span class="p-2 badge text-bg-<%= print_status_color(data_request.status)%>">
<%= data_request.status %>
</span>
</div>
Expand Down

0 comments on commit dcb8970

Please sign in to comment.