mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
54c9a42663
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