mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
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…
x
Reference in New Issue
Block a user