mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add missing space to taxes <tr>
This commit is contained in:
parent
2abf0ddd66
commit
c5f9458ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}: </div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue