mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Merge pull request #3228 from Icinga/bugfix/wide-dashlets-overlap-2756
Let wide dashlets scroll
This commit is contained in:
commit
fe9d355e84
@ -70,6 +70,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard.content > .container {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.link-meta {
|
.link-meta {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user