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.
2 parents eb40e44 + b191bd7 commit 74443bbCopy full SHA for 74443bb
src/BootstrapAdminUi/templates/shared/crud/index/content/grid/data_table.html.twig
@@ -10,7 +10,7 @@
10
<div class="card-body border-bottom py-3">
11
<div class="d-flex">
12
{% if data|length > 0 and definition.actionGroups.bulk is defined and definition.getEnabledActions('bulk')|length > 0 %}
13
- <div class="sylius-grid-nav__bulk">
+ <div class="sylius-grid-nav__bulk grid">
14
{% for action in definition.getEnabledActions('bulk') %}
15
{{ sylius_grid_render_bulk_action(resources, action, null) }}
16
{% endfor %}
0 commit comments