From bd35f4a57d47ea6a7d22c1445d5825bfa9a8f8d1 Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Sat, 12 Sep 2015 00:34:17 +0200
Subject: [PATCH] fixes #7085 - small css tweak to improve some widget layouts

---
 plugins/CoreHome/stylesheets/zen-mode.less | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/plugins/CoreHome/stylesheets/zen-mode.less b/plugins/CoreHome/stylesheets/zen-mode.less
index 8d812ebabc..124c3395ff 100644
--- a/plugins/CoreHome/stylesheets/zen-mode.less
+++ b/plugins/CoreHome/stylesheets/zen-mode.less
@@ -87,6 +87,14 @@
   }
 }
 
+.widget {
+
+  h2:nth-of-type(n+2) {
+    padding-top: 40px!important;
+    margin-top: 0!important;
+  }
+}
+
 .dataTableFeatures .expandDataTableFooterDrawer {
   margin-bottom: -9px;
 }
-- 
GitLab