We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6df0e commit 5b31cefCopy full SHA for 5b31cef
src/Resources/views/default/embedded_list.html.twig
@@ -24,7 +24,7 @@
24
{% set _list_item_actions = _list_item_actions|prune_item_actions(_entity_config, ['delete']) %}
25
{% set _columns_count = fields|length + (_list_item_actions|length > 0 ? 1 : 0) %}
26
27
- <table class="table datagrid">
+ <table class="table table-sm datagrid">
28
<thead>
29
{% block table_head %}
30
<tr>
0 commit comments