minor #13157 Add missing space to taxes <tr> (pavol-tuka)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.11
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

Commits
-------

c5f9458ecd Add missing space to taxes <tr>
This commit is contained in:
Jakub Tobiasz 2022-12-22 11:50:18 +01:00 committed by GitHub
commit 54c9a42663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>