minor html adjust

This commit is contained in:
lza_menace 2020-08-10 15:13:19 -07:00
parent 7ab965107a
commit 9f1bbe39c6

View file

@ -25,7 +25,7 @@
{% if transfers.in %}
<ul>
{% for transfer in transfers.in %}
<li>{{ transfer.amount / 100000000000 }} WOW (<a href="https://wownero.club/transaction/{{ transfer.txid }}" target="_blank">{{ transfer.txid }}</a>)</li>
<li style="word-break:break-all;">{{ transfer.amount / 100000000000 }} WOW (<a href="https://wownero.club/transaction/{{ transfer.txid }}" target="_blank">{{ transfer.txid }}</a>)</li>
{% endfor %}
</ul>
{% else %}