Merge pull request #3514 from Icinga/fix/huge-icons-destroy-navigation-dashboard-layout-3442

navigation/dashboard: Limit icons to a size of 3x3em
This commit is contained in:
Eric Lippmann 2018-07-10 09:27:48 +02:00 committed by GitHub
commit ccda44f8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,12 @@
font-size: 3em;
opacity: 0.7;
}
> img {
width: 3em;
height: 3em;
margin-right: .6em;
}
}
table.historycolorgrid {