<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">