From 9cea1ecc74a64c0946a66e914d2e81cacb5dd421 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 9 Jul 2024 16:48:31 +0300 Subject: [PATCH 1/1] Remove .w-100 classes from auth providers template This is the default width. --- app/views/application/_auth_providers.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/application/_auth_providers.html.erb b/app/views/application/_auth_providers.html.erb index 403a4cfae..820da804a 100644 --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@ -1,5 +1,5 @@
-
+
<% prefered_auth_button_available = false %> <% %w[google facebook microsoft github wikipedia].each do |provider| %> @@ -22,7 +22,7 @@
<% else %> -
+
<% end %> <%= link_to image_tag("openid.svg", -- 2.39.5