Remove .w-100 classes from auth providers template
This is the default width.
This commit is contained in:
parent
149ff72caa
commit
9cea1ecc74
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div>
|
<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 %>
|
<% prefered_auth_button_available = false %>
|
||||||
<% %w[google facebook microsoft github wikipedia].each do |provider| %>
|
<% %w[google facebook microsoft github wikipedia].each do |provider| %>
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1">
|
<div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1">
|
||||||
<% else %>
|
<% 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 %>
|
<% end %>
|
||||||
|
|
||||||
<%= link_to image_tag("openid.svg",
|
<%= link_to image_tag("openid.svg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue