1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

fix(web): wrap long word in description (#6351)

This commit is contained in:
Alex 2024-01-12 18:45:17 -06:00 committed by GitHub
parent deb1f970a8
commit bd5ae9f31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@
<section class="mx-4 mt-10" style:display={!isOwner && description === '' ? 'none' : 'block'}>
{#if !isOwner || api.isSharedLink}
<span>{description}</span>
<span class="break-words">{description}</span>
{:else}
<textarea
bind:this={textarea}