FilesBlock: allow description to wrap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-18 08:45:17 +02:00
parent 61e01c127f
commit baa4b9aae4
+1 -1
View File
@@ -134,7 +134,7 @@
{/if}
</span>
{#if f.description}
<span class="text-xs text-stein-400 truncate">{f.description}</span>
<span class="text-xs text-stein-400">{f.description}</span>
{/if}
</span>
</a>