Skip to content

Commit 5b31cef

Browse files
committed
Use table-sm for more compact embedded lists
1 parent 5f6df0e commit 5b31cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/default/embedded_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{% set _list_item_actions = _list_item_actions|prune_item_actions(_entity_config, ['delete']) %}
2525
{% set _columns_count = fields|length + (_list_item_actions|length > 0 ? 1 : 0) %}
2626

27-
<table class="table datagrid">
27+
<table class="table table-sm datagrid">
2828
<thead>
2929
{% block table_head %}
3030
<tr>

0 commit comments

Comments
 (0)