Skip to content

Commit

Permalink
fix: add word break to error message (#8217)
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Mar 19, 2024
1 parent deb3cd4 commit 72521de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/components/Error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

{#if error !== null}
<div class="inline-block w-full h-full mt-1">
<Text classes="inline-block" error>{error}</Text>
<Text classes="inline-block break-all" error>{error}</Text>
</div>
{/if}

0 comments on commit 72521de

Please sign in to comment.