]> BookStack Code Mirror - bookstack/commitdiff
Fixed PDF export table width
authorDan Brown <redacted>
Sun, 30 Oct 2016 10:26:12 +0000 (10:26 +0000)
committerDan Brown <redacted>
Sun, 30 Oct 2016 10:41:18 +0000 (10:41 +0000)
Closes #203

Signed-off-by: Dan Brown <redacted>
resources/views/pages/pdf.blade.php

index 0cbf4df02a32ec16f7ee99f00e4730236a034ec1..5c9fd5eea8707fad42b2ea5b982f3b78266a5f1c 100644 (file)
@@ -14,7 +14,7 @@
         table {
             max-width: 800px !important;
             font-size: 0.8em;
-            width: auto !important;
+            width: 100% !important;
         }
 
         table td {