From affc40959b6bc070f1905feeb6e473f1c213cfb6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 11 Nov 2014 11:00:20 +0200 Subject: [PATCH] decrease list menu-column width --- frontend/client/src/views/record/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/client/src/views/record/list.js b/frontend/client/src/views/record/list.js index 8dc4928958..906015b527 100644 --- a/frontend/client/src/views/record/list.js +++ b/frontend/client/src/views/record/list.js @@ -453,7 +453,7 @@ Espo.define('Views.Record.List', 'View', function (Dep) { }; if (this.rowActionsView) { defs.push({ - width: '7%', + width: '5%', }); } return defs; @@ -544,7 +544,7 @@ Espo.define('Views.Record.List', 'View', function (Dep) { options: { defs: { params: { - width: '7%' + width: '5%' } }, },