mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 07:47:50 +02:00
Bookview shows description line changes
This commit is contained in:
parent
559bb6dec4
commit
7fa2ec2789
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="my-4 max-w-2xl">
|
<div class="my-4 max-w-2xl">
|
||||||
<p class="text-base text-gray-100">{{ description }}</p>
|
<p class="text-base text-gray-100 whitespace-pre-line">{{ description }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="missingParts.length" class="bg-error border-red-800 shadow-md p-4">
|
<div v-if="missingParts.length" class="bg-error border-red-800 shadow-md p-4">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue