Skip to content

Commit

Permalink
fix txnstatus work break
Browse files Browse the repository at this point in the history
  • Loading branch information
claireclark1 committed Sep 26, 2024
1 parent cef94aa commit 4381314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ActivityLogPreviewItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<FailureIcon />
{/if}

<div>
<div class="break-all">Hash: {activity.txnId}</div>
<ul class="unordered-list break-words text-sm">
<div class="break-['break-word']">
<div>Hash: {activity.txnId}</div>
<ul class="unordered-list text-sm">
{#each activity.txnStatusItems as item}
<li>{item}</li>
{/each}
Expand Down

0 comments on commit 4381314

Please sign in to comment.