Adjust column sizes of blocks view
This commit is contained in:
parent
8ad6d1d52c
commit
2fd3d9d940
@ -8,10 +8,10 @@
|
|||||||
<table class="table table-striped data-table table-hover">
|
<table class="table table-striped data-table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Height</th>
|
<th style="width: 20%;">Height</th>
|
||||||
<th>Timestamp</span></th>
|
<th>Timestamp</span></th>
|
||||||
<th class="text-right">Transactions</th>
|
<th class="text-right" style="width: 20%;">Transactions</th>
|
||||||
<th class="text-right">Size</th>
|
<th class="text-right" style="width: 20%;">Size</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user