diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css
index e4b92ef63d865c12b283b277e20ada5b89af9d5a..aeb6f9ecd0e72c30a98f7773223d714c17d0e241 100644
--- a/interface/web/themes/default/assets/stylesheets/ispconfig.css
+++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -154,13 +154,16 @@ body {
     padding: 0;
     list-style: none; }
   #sidebar li {
-    padding: 10px;
     border-top-style: solid;
     border-top-width: 1px;
     font-size: 12px; }
   #sidebar a {
+    display: block;
+    padding: 10px;
     text-decoration: none;
     transition: color ease 500ms; }
+    #sidebar header a {
+		padding: 0; }
 
 .page-header {
   margin: 20px 0;