Skip to content

Commit 611b40a

Browse files
committed
fix h align of text in js added mempool vote tx row
1 parent 25d9e88 commit 611b40a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/dcrdata/public/js/controllers/mempool_controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ function voteTxTableRow (tx) {
4242
</td>
4343
<td class="mono fs15"><a href="/block/${tx.vote_info.block_validation.hash}">${tx.vote_info.block_validation.height}<span
4444
class="small">${tx.vote_info.last_block ? ' best' : ''}</span></a></td>
45-
<td class="mono fs15"><a href="/tx/${tx.vote_info.ticket_spent}">${tx.vote_info.mempool_ticket_index}<a/></td>
46-
<td class="mono fs15">${tx.vote_info.vote_version}</td>
45+
<td class="mono fs15 text-end"><a href="/tx/${tx.vote_info.ticket_spent}">${tx.vote_info.mempool_ticket_index}<a/></td>
46+
<td class="mono fs15 text-end">${tx.vote_info.vote_version}</td>
4747
<td class="mono fs15 text-end d-none d-sm-table-cell">${humanize.decimalParts(tx.total, false, 8)}</td>
4848
<td class="mono fs15 text-end">${humanize.bytes(tx.size)}</td>
4949
<td class="mono fs15 text-end d-none d-sm-table-cell jsonly" data-time-target="age" data-age="${tx.time}">${humanize.timeSince(tx.time)}</td>

cmd/dcrdata/views/extras.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
data-turbolinks-suppress-warning
188188
></script>
189189
<script
190-
src="/dist/js/app.9cb4f7bdc1f87c9f.bundle.js"
190+
src="/dist/js/app.c9e2e96f4a136cd6.bundle.js"
191191
data-turbolinks-eval="false"
192192
data-turbolinks-suppress-warning
193193
></script>

0 commit comments

Comments
 (0)