Fix style

This commit is contained in:
James Cole 2022-10-24 19:58:12 +02:00
parent e348127770
commit 5999ee406c
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -99,7 +99,7 @@
{% set style="border-bottom:1px #aaa solid;" %}
{% endif %}
<tr data-date="{{ transaction.date.format('Y-m-d') }}" data-count="{{ group.count }}" data-id="{{ group.id }}">
<td style=" {{ style|raw }};text-align:right;" class="hidden-xs">
<td style=" {{ style|raw }}" class="hidden-xs">
{% if transaction.transaction_type_type == 'Withdrawal' %}
<span class="object-handle fa fa-long-arrow-left fa-fw" title="{{ trans('firefly.Withdrawal') }}"></span>
{% endif %}
@ -138,7 +138,7 @@
</a>
{% endif %}
</td>
<td style=" {{ style|raw }}">
<td style="{{ style|raw }};text-align:right;">
{# deposit #}
{% if transaction.transaction_type_type == 'Deposit' %}
{{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}