Let wide dashlets scroll

refs #2756
This commit is contained in:
Alexander A. Klimov 2018-01-16 13:28:09 +01:00 committed by Johannes Meyer
parent 375b140c48
commit 1107af2101
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;