mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-02-17 16:07:52 +01:00
Fix downloading page filename overflow
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span v-else class="font-semibold text-fg">{{ Math.round(itemPart.progress) }}%</span>
|
||||
</div>
|
||||
<div class="flex-grow px-2">
|
||||
<p class="truncate">{{ itemPart.filename }}</p>
|
||||
<p class="break-all">{{ itemPart.filename }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user