From f4fc55e741fe977f1c11c9783bf1bf9221e0bfd7 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 16 Jun 2015 00:52:52 +0200 Subject: [PATCH] layout-structure.less: reduce main containers font ...size --- public/css/icinga/layout-structure.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index bf3e97cae..784e871ca 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -96,6 +96,7 @@ html { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; + font-size: 0.875em; width: 100%; height: 100%; overflow: auto;