Skip to content

Commit

Permalink
allow to use card-table instead of card-body
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Mar 26, 2023
1 parent dabd472 commit aa9f62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/embeds/card.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

{# Body #}
{% block box_body_before %}{% endblock %}
<div class="card-body {% block box_body_class %}{% endblock %} {% if _fullsize %}p-0{% endif %} {% if _collapsible %} {{ _collapsible_class ~ (_collapsed ? ' collapse' : ' show') }} {% endif %}">
<div class="{% block box_type_class %}card-body {% endblock %}{% block box_body_class %}{% endblock %} {% if _fullsize %}p-0{% endif %} {% if _collapsible %} {{ _collapsible_class ~ (_collapsed ? ' collapse' : ' show') }} {% endif %}">
{{ body|raw }}
</div>
{% block box_body_after %}{% endblock %}
Expand Down

0 comments on commit aa9f62c

Please sign in to comment.