Skip to content

Commit

Permalink
CSS: Increase horizontal-padding on the menu
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 27, 2015
1 parent 5fa6bac commit 4361ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/menu.less
Expand Up @@ -9,7 +9,7 @@

#menu a {
overflow: hidden;
padding: @vertical-padding / 2 @horizontal-padding / 2;
padding: @vertical-padding / 2 @horizontal-padding;
text-overflow: ellipsis;
white-space: nowrap;

Expand Down

0 comments on commit 4361ac0

Please sign in to comment.