From 54b4d65e0c164cc803dc4d4ad420ce6deb98f86d Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Sun, 22 Feb 2015 20:11:10 +0000
Subject: [PATCH] fixes #7216 date range selector is partially hidden in
 dashboard

---
 plugins/LeftMenu/stylesheets/theme.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
index 6f1bef2a34..8e9ea0eab8 100644
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ b/plugins/LeftMenu/stylesheets/theme.less
@@ -113,6 +113,7 @@
 
   .top_controls {
     clear: none;
+    left: 34px;
   }
 
   .nav_sep {
-- 
GitLab