]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/show.blade.php
Fixed text overflow in various views
[bookstack] / resources / views / chapters / show.blade.php
index 8f3b9143542c8413a37200f0123ca06a495e126e..8ad287bfcb7749ab3105630ecd552226173ca1f0 100644 (file)
@@ -99,7 +99,7 @@
     <div class="container small">
         <h1 v-pre>{{ $chapter->name }}</h1>
         <div class="chapter-content" v-show="!searching">
-            <p v-pre class="text-muted">{!! nl2br(e($chapter->description)) !!}</p>
+            <p v-pre class="text-muted break-text">{!! nl2br(e($chapter->description)) !!}</p>
 
             @if(count($pages) > 0)
                 <div v-pre class="page-list">