From 6a1a3b67c8d5ab0a809e77657fa5abc0468ef1dd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 13 May 2025 15:19:37 +0300 Subject: [PATCH] fix lead catpture list layout --- application/Espo/Resources/layouts/LeadCapture/list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/layouts/LeadCapture/list.json b/application/Espo/Resources/layouts/LeadCapture/list.json index db96efca8f..9838b6d9cb 100644 --- a/application/Espo/Resources/layouts/LeadCapture/list.json +++ b/application/Espo/Resources/layouts/LeadCapture/list.json @@ -1,5 +1,5 @@ [ - {"name":"name", "link": true}, - {"name":"isActive", "widthPx": "100"}, - {"name":"campaign", "width": "30"} + {"name": "name", "link": true}, + {"name": "isActive", "widthPx": 120}, + {"name": "campaign", "width": 25} ]