Skip to content

Commit

Permalink
Add gap to OAuth Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Oct 29, 2024
1 parent cb6c706 commit 808c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/doorkeeper/authorizations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<% end %>

<div class="actions flex mt-4 mb-2 items-center">
<div class="actions flex mt-4 mb-2 gap-2 items-center">
<%= form_tag oauth_authorization_path, class: "col-md-6", style: "margin-bottom: 0", method: :post do %>
<%= hidden_field_tag :client_id, @pre_auth.client.uid %>
<%= hidden_field_tag :redirect_uri, @pre_auth.redirect_uri %>
Expand Down

0 comments on commit 808c00f

Please sign in to comment.