From a674707e98a807b8f182bd07435b37e593fbfa0c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 10 Nov 2015 13:44:57 +0100 Subject: [PATCH] base.less: do not shrink our main structure --- public/css/icinga/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index b7987ae68..c88b85b63 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -139,7 +139,7 @@ td, th { font-family: @font-family; } -#main, #sidebar, #header { +#main > .container, #menu, #header { font-size: @font-size; // Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height line-height: 1.5;