]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/pdf.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / pages / pdf.blade.php
index 0cbf4df02a32ec16f7ee99f00e4730236a034ec1..7e43c5e1a6e0a0a2ad314cb6a146d2b8f81d67a2 100644 (file)
@@ -14,7 +14,7 @@
         table {
             max-width: 800px !important;
             font-size: 0.8em;
-            width: auto !important;
+            width: 100% !important;
         }
 
         table td {
@@ -36,6 +36,5 @@
             max-width: none;
             display: none;
         }
-
     </style>
 @stop
\ No newline at end of file