Ajustar margen en tabla bancos

This commit is contained in:
Mauricio Baeza 2017-11-11 20:23:06 -06:00
parent 423937f1ca
commit ea298c52d5
1 changed files with 2 additions and 1 deletions

View File

@ -459,7 +459,8 @@ var sat_bancos = [
{maxHeight: 20},
{cols: [{maxWidth: 15}, {view: 'label', label: msg_bancos}, {}]},
{maxHeight: 20},
{cols: [{maxWidth: 15}, grid_admin_bancos, {}]}
{cols: [{maxWidth: 15}, grid_admin_bancos, {}]},
{maxHeight: 20},
]