]> git.openstreetmap.org Git - rails.git/commitdiff
Remove .w-100 classes from auth providers template
authorAnton Khorev <tony29@yandex.ru>
Tue, 9 Jul 2024 13:48:31 +0000 (16:48 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 9 Jul 2024 13:48:31 +0000 (16:48 +0300)
This is the default width.

app/views/application/_auth_providers.html.erb

index 403a4cfaee538f47821989394ff7574f5bedf8b0..820da804a648bb309c25b2dcb198f03261a5c90b 100644 (file)
@@ -1,5 +1,5 @@
 <div>
-  <div class="justify-content-center d-flex align-items-center flex-wrap w-100 mb-3" id="login_auth_buttons">
+  <div class="justify-content-center d-flex align-items-center flex-wrap mb-3" id="login_auth_buttons">
 
     <% prefered_auth_button_available = false %>
     <% %w[google facebook microsoft github wikipedia].each do |provider| %>
@@ -22,7 +22,7 @@
       </div>
       <div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1">
     <% else %>
-      <div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-100">
+      <div class="justify-content-center d-flex align-items-center flex-wrap gap-2">
     <% end %>
 
       <%= link_to image_tag("openid.svg",