diff --git a/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json b/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json index ce4f469d60..eea7d3c6dc 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Contact/list.json @@ -1,6 +1,6 @@ [ - {"name":"name","width":25,"link":true}, + {"name":"name", "link":true}, {"name":"account","width":25}, - {"name":"emailAddress", "notSortable": true}, - {"name":"phoneNumber", "notSortable": true} + {"name":"emailAddress", "notSortable": true, "width": 20}, + {"name":"phoneNumber", "notSortable": true, "width": 18} ]