Skip to content

Commit

Permalink
style: align fields
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Oct 9, 2024
1 parent 4b46b2e commit 10835e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
{/if}
</td>
<td class="from">
<Identifier identifier={from} />
<Identifier small={false} identifier={from} />
</td>
<td class="to">
<Identifier identifier={to} />
<Identifier small={false} identifier={to} />
</td>
<td class="memo">{memo}</td>
<td class="amount">
Expand Down

0 comments on commit 10835e5

Please sign in to comment.