From c7ca995385005191629f68e84814a68a91a91e0a Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <flavio.tarsetti@idiap.ch>
Date: Tue, 5 May 2020 22:53:55 +0200
Subject: [PATCH] [accounts][static] remove unused css margin

Fixes #549
---
 beat/web/accounts/static/accounts/css/dialogs.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/beat/web/accounts/static/accounts/css/dialogs.css b/beat/web/accounts/static/accounts/css/dialogs.css
index c4fbebd87..aa0a68a5f 100644
--- a/beat/web/accounts/static/accounts/css/dialogs.css
+++ b/beat/web/accounts/static/accounts/css/dialogs.css
@@ -94,8 +94,3 @@ div.change_supervisor span.documentation
     padding-top: 0em;
     padding-bottom: 0em;
 }
-
-#grant_access_inside
-{
-    margin-left: 45em;
-}
-- 
GitLab