diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index d767cb887..cc7d7aeca 100644 --- a/app/helpers/user_helper.rb +++ b/app/helpers/user_helper.rb @@ -64,7 +64,7 @@ module UserHelper :size => "36"), auth_path(options.merge(:provider => provider)), :method => :post, - :class => "auth_button btn btn-light mx-1 p-2 d-block", + :class => "auth_button btn btn-light p-2 d-block", :title => t("application.auth_providers.#{name}.title") ) end diff --git a/app/views/application/_auth_providers.html.erb b/app/views/application/_auth_providers.html.erb index 66417bca2..e3e5123cc 100644 --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@ -20,9 +20,9 @@ <% end -%> <% end -%> -