Merge pull request #3228 from Icinga/bugfix/wide-dashlets-overlap-2756

Let wide dashlets scroll
This commit is contained in:
Johannes Meyer 2018-01-17 12:30:24 +01:00 committed by GitHub
commit fe9d355e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@
}
}
.dashboard.content > .container {
overflow-x: auto;
}
.link-meta {
display: table-cell;
vertical-align: middle;