Fixed PDF export table width

Closes #203

Signed-off-by: Dan Brown <ssddanbrown@googlemail.com>
This commit is contained in:
Dan Brown 2016-10-30 10:26:12 +00:00
parent 5cfb7b8de4
commit 91fe7f0bee
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -14,7 +14,7 @@
table {
max-width: 800px !important;
font-size: 0.8em;
width: auto !important;
width: 100% !important;
}
table td {