From e9b27b338f23fd54e982b68c5e671e62196ffa29 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 13 Jan 2020 16:02:50 +0100 Subject: [PATCH] css: Set correct line-height for tabs Otherwise a gap is shown between the dropdown toggle and menu which causes FF to hide the dropdown too fast. --- public/css/icinga/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less index 4ef51e2d0..bb87e6fff 100644 --- a/public/css/icinga/tabs.less +++ b/public/css/icinga/tabs.less @@ -14,7 +14,7 @@ .tabs a { padding: 0 1em; - line-height: 2.6em; + line-height: 2.5em; &:focus { outline-offset: -0.5em;