minor style adjustment

This commit is contained in:
lza_menace 2020-08-10 15:15:54 -07:00
parent cb711abb26
commit 75613c4202
1 changed files with 1 additions and 1 deletions

View File

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