Skip to content

Commit

Permalink
Use table-sm for more compact embedded lists
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed May 23, 2019
1 parent 5f6df0e commit 5b31cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/default/embedded_list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% set _list_item_actions = _list_item_actions|prune_item_actions(_entity_config, ['delete']) %}
{% set _columns_count = fields|length + (_list_item_actions|length > 0 ? 1 : 0) %}

<table class="table datagrid">
<table class="table table-sm datagrid">
<thead>
{% block table_head %}
<tr>
Expand Down

0 comments on commit 5b31cef

Please sign in to comment.