From e9db2bcfd97ca64278b7266fce7c76ca27be1675 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 10 Aug 2016 10:47:51 +0200
Subject: [PATCH] add more margin to right of the icon

---
 settings/css/settings.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings/css/settings.css b/settings/css/settings.css
index 346b8ffa1cf..b006f1f5656 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -152,6 +152,7 @@ table.nostyle td { padding: 0.2em 0; }
 	position: relative;
 	top: 3px;
 	margin-left: 5px;
+	margin-right: 8px;
 }
 
 .app-password-label {
-- 
GitLab