diff --git a/module/bug/js/report.js b/module/bug/js/report.js index 4b60e932d5..cd26d766af 100644 --- a/module/bug/js/report.js +++ b/module/bug/js/report.js @@ -5,7 +5,7 @@ $(function() $('.table-wrapper').each(function() { var $this = $(this); - $this.css('max-height', $this.closest('.table').find('.chart-wrapper').outerHeight()); + $this.css('max-height', $this.closest('.table-row.chart-row').find('.chart-wrapper').outerHeight()); }); }; resizeChartTable();