From 607c7af7f750f523c562755e071e37d6a339c447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Tue, 10 Dec 2024 09:36:21 +0100 Subject: [PATCH] [BootstrapAdminUi] Remove text-nowrap class --- .../shared/crud/index/content/grid/data_table.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapAdminUi/templates/shared/crud/index/content/grid/data_table.html.twig b/src/BootstrapAdminUi/templates/shared/crud/index/content/grid/data_table.html.twig index 92b54ed4..d53568b0 100644 --- a/src/BootstrapAdminUi/templates/shared/crud/index/content/grid/data_table.html.twig +++ b/src/BootstrapAdminUi/templates/shared/crud/index/content/grid/data_table.html.twig @@ -22,7 +22,7 @@
- +
{{ table.headers(resources, resources.definition, app.request.attributes) }}