diff --git a/admin_frontend/assets/login.css b/admin_frontend/assets/login.css index 3bcbd80c..d3fa11f5 100644 --- a/admin_frontend/assets/login.css +++ b/admin_frontend/assets/login.css @@ -28,6 +28,7 @@ align-items: center; justify-content: center; width: 100%; + flex-wrap: wrap; } .oauth-icon { diff --git a/admin_frontend/templates/pages/login.html b/admin_frontend/templates/pages/login.html index 6b512d1e..f171bf7d 100644 --- a/admin_frontend/templates/pages/login.html +++ b/admin_frontend/templates/pages/login.html @@ -94,17 +94,25 @@

OAuth Login

- {% for provider in oauth_providers %} -
- -
+
+ {% for provider in oauth_providers %} + +
+
  {{ provider }}
+
+
+
+
+ {% endfor %}
- {% endfor %}
{% endif %}