decrease list menu-column width

This commit is contained in:
Yuri Kuznetsov
2014-11-11 11:00:20 +02:00
parent e301514ec6
commit affc40959b
+2 -2
View File
@@ -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%'
}
},
},