]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/show.blade.php
Fixed large content previews and improved mobile styles
[bookstack] / resources / views / chapters / show.blade.php
index ef6987bb1b3189dbcbf6d77d723fa958f53311ea..62bff243b7b0c3d6e2995c49e8bf14fcc733e9f2 100644 (file)
@@ -96,8 +96,8 @@
 
 @section('body')
 
-    <div class="container small">
-        <h1 v-pre>{{ $chapter->name }}</h1>
+    <div class="container small nopad">
+        <h1 class="break-text" v-pre>{{ $chapter->name }}</h1>
         <div class="chapter-content" v-show="!searching">
             <p v-pre class="text-muted break-text">{!! nl2br(e($chapter->description)) !!}</p>