diff --git a/frontend/src/lib/components/table/TableCell.svelte b/frontend/src/lib/components/table/TableCell.svelte index 19e82e0..39243a4 100644 --- a/frontend/src/lib/components/table/TableCell.svelte +++ b/frontend/src/lib/components/table/TableCell.svelte @@ -12,7 +12,7 @@ *]:text-ellipsis [&>*]:overflow-hidden [&>*]:whitespace-nowrap [&>*]:block`} title={isDate ? '' : value} class:text-left={alignText === 'left'} class:text-center={alignText === 'center'} diff --git a/frontend/src/lib/components/table/TableCellLink.svelte b/frontend/src/lib/components/table/TableCellLink.svelte index 2538657..10b6e83 100644 --- a/frontend/src/lib/components/table/TableCellLink.svelte +++ b/frontend/src/lib/components/table/TableCellLink.svelte @@ -4,10 +4,10 @@ - + diff --git a/frontend/src/routes/campaign/[id]/+page.svelte b/frontend/src/routes/campaign/[id]/+page.svelte index 9c50958..81ccacd 100644 --- a/frontend/src/routes/campaign/[id]/+page.svelte +++ b/frontend/src/routes/campaign/[id]/+page.svelte @@ -1078,8 +1078,8 @@ {#if initialPageLoadComplete}
- Campaign: {campaign.name ?? ''} + + Campaign: {campaign.name ?? ''} {#if campaign.isTest} {/if} diff --git a/frontend/src/routes/recipient/+page.svelte b/frontend/src/routes/recipient/+page.svelte index 8488033..051bbee 100644 --- a/frontend/src/routes/recipient/+page.svelte +++ b/frontend/src/routes/recipient/+page.svelte @@ -428,7 +428,7 @@
- {recipient.email} + {recipient.email} Recipients