Skip to content

Commit 10835e5

Browse files
style: align fields
Signed-off-by: David Dal Busco <[email protected]>
1 parent 4b46b2e commit 10835e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/src/lib/components/transactions/Transaction.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
{/if}
4646
</td>
4747
<td class="from">
48-
<Identifier identifier={from} />
48+
<Identifier small={false} identifier={from} />
4949
</td>
5050
<td class="to">
51-
<Identifier identifier={to} />
51+
<Identifier small={false} identifier={to} />
5252
</td>
5353
<td class="memo">{memo}</td>
5454
<td class="amount">

0 commit comments

Comments
 (0)