Skip to content

Commit

Permalink
CSS: Fix padding of menu items w/o icon
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent c13edda commit aedc359
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/css/icinga/menu.less
Expand Up @@ -5,6 +5,11 @@
overflow: auto;
}

#menu > nav > ul > li.nav-item.no-icon a {
display: inline-block;
padding-left: 28px;
}

#layout.hoveredmenu #menu {
overflow: visible;
}
Expand All @@ -15,7 +20,7 @@
}

#menu a {
color: @text-color-default;
color: @text-color-default;
}

#menu .separator {
Expand Down

0 comments on commit aedc359

Please sign in to comment.