break words

This commit is contained in:
tree 2023-04-21 22:34:22 +02:00
parent bfe340bfc3
commit 72f694a932
1 changed files with 2 additions and 2 deletions

View File

@ -79,12 +79,12 @@
<div class="text-base pbw-text-color-secondary my-2">{item.description}</div>
{/if}
{#if col === 'speaker'}
<div class="text-base pbw-text-color-secondary my-2">
<div class="text-base pbw-text-color-secondary my-2 break-words">
<SvelteMarkdown source={item.caption} />
</div>
{/if}
{#if col === 'union'}
<div class="text-base pbw-text-color-secondary my-2">
<div class="text-base pbw-text-color-secondary my-2 break-words">
<SvelteMarkdown source={item.description} />
</div>
{/if}