From 29d9a7f8074ad9c2c3218d133b6cca1839090123 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 11:40:06 +0200 Subject: [PATCH] setup.less: Fix layout of the module page refs #5543 --- public/css/icinga/setup.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 436be30f46..91eb09731c 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -370,7 +370,7 @@ form#setup_requirements { #setup_modules { div.module { float: left; - width: 15em; + //width: 15em; height: 15em; margin: 1em; padding: 0.3em; @@ -390,9 +390,10 @@ form#setup_requirements { } h3 + label { + display: inline-block; width: 13.5em; height: 13.9em; - overflow: auto; + overflow: visible; cursor: pointer; font-weight: normal; }