mirror of
https://github.com/immich-app/immich.git
synced 2025-11-27 08:45:16 -05:00
fix: word wrap on custom link preview (#23942)
Word break fix in create link Adds the "break-all" tailwind style to the slug text under the custom link text box
This commit is contained in:
parent
1086f22166
commit
af22f9b014
@ -68,7 +68,7 @@
|
|||||||
<Input bind:value={slug} autocomplete="off" />
|
<Input bind:value={slug} autocomplete="off" />
|
||||||
</Field>
|
</Field>
|
||||||
{#if slug}
|
{#if slug}
|
||||||
<Text size="tiny" color="muted" class="pt-2">/s/{encodeURIComponent(slug)}</Text>
|
<Text size="tiny" color="muted" class="pt-2 break-all">/s/{encodeURIComponent(slug)}</Text>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user