Merge pull request #8645 from deepeshgarg007/rtl_scroll_fix

fix: RTL scrolling in reports
This commit is contained in:
mergify[bot] 2019-10-22 12:17:14 +00:00 committed by GitHub
commit 08d936f42b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,10 @@
}
}
.report-wrapper {
overflow: auto;
}
.groupby-box {
border-bottom: 1px solid #d1d8dd;
padding: 10px 15px 3px;