Skip to content

Commit

Permalink
fix: money column not aligned to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jul 20, 2023
1 parent 14bede1 commit fcabbbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/views/themes/bootstrap_5.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,10 @@
<div class="text-end">{{ parent() }}</div>
{% endblock %}

{% block column_money_value %}
<div class="text-end">{{ parent() }}</div>
{% endblock %}

{% block column_checkbox_header %}
{% set attr = { class: 'text-center' }|merge(attr) %}

Expand Down

0 comments on commit fcabbbc

Please sign in to comment.