Dan Brown

Fixed PDF export table width

Closes #203

Signed-off-by: Dan Brown <ssddanbrown@googlemail.com>
......@@ -14,7 +14,7 @@
table {
max-width: 800px !important;
font-size: 0.8em;
width: auto !important;
width: 100% !important;
}
table td {
......