Fix downloading page filename overflow

This commit is contained in:
advplyr
2026-02-08 17:06:23 -06:00
parent 4199add608
commit 46c9c3f006

View File

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