fix: minimum width set for reports to fix squishy tables

This commit is contained in:
Martin Ambrus
2017-12-26 20:48:43 +01:00
parent 2e17dc6042
commit f5c8b858d9
@@ -9091,4 +9091,5 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
.reports table {
width: auto;
min-width: 500px;
}