mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix(webui): properly display newline in book summary
This commit is contained in:
parent
1677d147e4
commit
15d95ac442
1 changed files with 4 additions and 1 deletions
|
|
@ -99,7 +99,10 @@
|
|||
|
||||
<v-row class="mt-3">
|
||||
<v-col>
|
||||
<div class="body-1">{{ book.metadata.summary }}</div>
|
||||
<div class="body-1"
|
||||
style="white-space: pre-wrap"
|
||||
>{{ book.metadata.summary }}
|
||||
</div>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-col>
|
||||
|
|
|
|||
Loading…
Reference in a new issue