Skip to content

Commit

Permalink
improve a bit the utxo list
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 4, 2023
1 parent 9f4f567 commit baf01c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Angor/Client/Pages/Wallet.razor
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<div class="col-md-12">
<h2 class="mb-3">Addresses and Amounts</h2>

<table class="table">
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">Address</th>
Expand All @@ -325,7 +325,7 @@
<td>@count</td>
</tr>
<tr>
<td colspan="4">
<td colspan="4" style="padding: 0px;">
<div class="collapse" id="@addressInfo.Address">
<div class="card card-body">
<!-- Inner table goes here -->
Expand Down

0 comments on commit baf01c6

Please sign in to comment.