Dan Brown

Fixed PDF export table width

Closes #203

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