diff --git a/module/execution/js/all.js b/module/execution/js/all.js index 91ef53a14a..845657c03d 100644 --- a/module/execution/js/all.js +++ b/module/execution/js/all.js @@ -15,7 +15,10 @@ $(function() $('.dtable-row').click().addClass('is-checked'); $('.has-checkbox input[type="checkbox"]').prop('checked', true); } - }) + }); + + var table = $('#dtable .dtable'); + table.css('height', table.height() - 10 + 'px'); }); /**