]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/pdf.blade.php
Add Slovak translation
[bookstack] / resources / views / pages / pdf.blade.php
index 3a376334d8a0f1ffefb73096aa1f426954c61613..33a009fee5f4dd30af8c3dd723e61d6c42bc57d7 100644 (file)
@@ -3,24 +3,28 @@
 @section('head')
     <style>
         body {
-            font-size: 15px;
-            line-height: 1;
+            font-size: 14px;
+            line-height: 1.2;
         }
 
         h1, h2, h3, h4, h5, h6 {
-            line-height: 1;
+            line-height: 1.2;
         }
 
         table {
             max-width: 800px !important;
             font-size: 0.8em;
-            width: auto !important;
+            width: 100% !important;
         }
 
         table td {
             width: auto !important;
         }
 
+        .page-content .float {
+            float: none !important;
+        }
+
         .page-content img.align-left, .page-content img.align-right  {
             float: none !important;
             clear: both;