From 0d59de10f6273fa3ee523056dfceb6a1e010cb80 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bastienxs@gmail.com> Date: Tue, 11 Oct 2022 15:09:44 +0200 Subject: [PATCH] fix: consents column sizes --- src/components/Consents/Consents.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Consents/Consents.tsx b/src/components/Consents/Consents.tsx index 99d4ead8..912d35d5 100644 --- a/src/components/Consents/Consents.tsx +++ b/src/components/Consents/Consents.tsx @@ -68,7 +68,7 @@ const Consents: React.FC = () => { { field: 'pointID', headerName: 'N° PDL', - initialWidth: 150, + initialWidth: 180, filter: true, checkboxSelection: true, }, @@ -96,7 +96,7 @@ const Consents: React.FC = () => { { field: 'postalCode', headerName: 'CP', - initialWidth: 100, + initialWidth: 80, filter: true, }, { -- GitLab