1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-07 06:16:05 +02:00

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

@ -354,7 +354,7 @@
/>
{#if showAssetName}
<div
class="absolute text-center p-1 text-xs font-mono font-semibold w-full bottom-0 bg-gradient-to-t bg-slate-50/75 overflow-clip text-ellipsis"
class="absolute text-center p-1 text-xs font-mono font-semibold w-full bottom-0 bg-gradient-to-t bg-slate-50/75 overflow-clip text-ellipsis whitespace-pre-wrap"
>
{asset.originalFileName}
</div>