fix(web): render whitespaces in file names and paths on photos and folders pages correctly (#15266)

This commit is contained in:
Ferdinand Holzer
2025-01-12 05:10:33 +01:00
committed by GitHub
parent e7abfe3067
commit 77d4eb8787
5 changed files with 12 additions and 7 deletions

View File

@@ -47,7 +47,7 @@
size={20}
/>
</div>
<span class="text-nowrap overflow-hidden text-ellipsis font-mono pl-1 pt-1">{value}</span>
<span class="text-nowrap overflow-hidden text-ellipsis font-mono pl-1 pt-1 whitespace-pre-wrap">{value}</span>
</a>
{#if isOpen}