]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
Updated print css for recent redesign
[bookstack] / resources / views / pages / show.blade.php
index 3b688161cad8ec7e97461747584eab18772f45dc..4c6b63d48cef01c51f5ceeb679a03f9367911c3d 100644 (file)
@@ -2,7 +2,7 @@
 
 @section('body')
 
-    <div class="mb-m">
+    <div class="mb-m print-hidden">
         @include('partials.breadcrumbs', ['crumbs' => [
             $page->book,
             $page->hasChapter() ? $page->chapter : null,
@@ -18,7 +18,7 @@
     </div>
 
     @if ($commentsEnabled)
-        <div class="container small p-none comments-container mb-l">
+        <div class="container small p-none comments-container mb-l print-hidden">
             @include('comments.comments', ['page' => $page])
             <div class="clearfix"></div>
         </div>