From 4361ac00ca17c33d8d9bab477f227a1c9e8fd7d7 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 27 Oct 2015 16:23:02 +0100 Subject: [PATCH] CSS: Increase horizontal-padding on the menu refs #5543 --- public/css/icinga/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 6ebac77b1..ce3e4d1c6 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -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;