close #716 Fixed: Positions are not shown on Report

This commit is contained in:
cuneytsenturk
2019-02-01 10:42:06 +03:00
parent e3ce4af113
commit 941989d746
5 changed files with 9 additions and 5 deletions

4
public/css/app.css vendored
View File

@@ -929,3 +929,7 @@ input[type="number"] {
.box-footer .app-price-suffix {
font-size: 70%;
}
.table-report {
overflow-x: auto !important;
}