From 1772348d36acec61fb137800febff8ec0329a1d7 Mon Sep 17 00:00:00 2001
From: Matthias <matthias.mair@oewf.org>
Date: Tue, 31 Aug 2021 07:49:38 +0200
Subject: [PATCH] layout fixes

---
 InvenTree/templates/InvenTree/settings/user.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html
index f57221c9ac..1acad0bb87 100644
--- a/InvenTree/templates/InvenTree/settings/user.html
+++ b/InvenTree/templates/InvenTree/settings/user.html
@@ -43,7 +43,7 @@
     <h4>{% trans "Social Accounts" %}</h4>
 </div>
 
-<div class='row'>
+<div>
     {% if form.accounts %}
     <p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
     
@@ -81,7 +81,9 @@
     {% endif %}
 
     <h3>{% trans 'Add a 3rd Party Account' %}</h3>
-    {% include "socialaccount/snippets/provider_list.html" with process="connect" %} 
+    <ul>
+    {% include "socialaccount/snippets/provider_list.html" with process="connect" %}
+    </ul>
     {% include "socialaccount/snippets/login_extra.html" %}
 
 </div>