Skip to content

Commit

Permalink
setup.less: Fix layout of the module page
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent 5d20e2c commit 29d9a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/icinga/setup.less
Expand Up @@ -370,7 +370,7 @@ form#setup_requirements {
#setup_modules {
div.module {
float: left;
width: 15em;
//width: 15em;
height: 15em;
margin: 1em;
padding: 0.3em;
Expand All @@ -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;
}
Expand Down

0 comments on commit 29d9a7f

Please sign in to comment.