diff --git a/resources/views/list/groups.twig b/resources/views/list/groups.twig index bf74139cf7..edb6cf9ffe 100644 --- a/resources/views/list/groups.twig +++ b/resources/views/list/groups.twig @@ -94,12 +94,12 @@ {% endif %} {% for index, transaction in group.transactions %} - {% set style="text-align:right;" %} + {% set style="" %} {% if group.transactions|length == loop.index and group.count > 1 %} - {% set style="text-align:right;border-bottom:1px #aaa solid;" %} + {% set style="border-bottom:1px #aaa solid;" %} {% endif %} - + {% if transaction.transaction_type_type == 'Withdrawal' %} {% endif %}