mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-22 00:07:52 +01:00
Merge pull request #296 from ISO-B/show_book_description_lines
Book view shows line changes on description
This commit is contained in:
commit
b91c386af0
@ -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…
Reference in New Issue
Block a user