From b08fcddb2ac6c1e6ecbb97873f7cbabd9d99ac4f Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Wed, 3 Jun 2015 11:17:29 +0200
Subject: [PATCH] Improve the appearance of selects under the visitor map on
 Firefox

---
 plugins/Morpheus/stylesheets/general/_forms.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 60f1ea586a..99530f3aa9 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -41,7 +41,7 @@ select {
     -webkit-appearance: menulist;
     -moz-appearance: menulist;
     appearance: menulist;
-    padding-right: 12px;
+    padding: 4px 4px;
     background: none;
 }
 
-- 
GitLab