Add missing space to taxes <tr>

This commit is contained in:
Pavol Tuka 2021-09-30 08:50:39 +02:00 committed by Jakub Tobiasz
parent 2abf0ddd66
commit c5f9458ecd
No known key found for this signature in database
GPG key ID: 6434250CB3525233

View file

@ -12,7 +12,7 @@
{{ 'sylius.ui.items_total'|trans }}: {{ money.convertAndFormat(itemsSubtotal) }}
</th>
</tr>
<tr{% if taxIncluded and not taxExcluded %}class="tax-disabled"{% endif %}>
<tr{% if taxIncluded and not taxExcluded %} class="tax-disabled"{% endif %}>
<td colspan="4" class="right aligned" id="tax-total">
<div style="display: flex; justify-content: flex-end; align-items: center">
<div>{{ 'sylius.ui.taxes_total'|trans }}:&nbsp;</div>