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:
commit
ccda44f8b3
|
@ -127,6 +127,12 @@
|
|||
font-size: 3em;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
> img {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
margin-right: .6em;
|
||||
}
|
||||
}
|
||||
|
||||
table.historycolorgrid {
|
||||
|
|
Loading…
Reference in New Issue