diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js index 5234aea58c8aa4b4cd692faebc205af440d8a7dc..e6ca965492f501df79b9773422f6f14447f9ad64 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js @@ -711,10 +711,9 @@ $.extend(Grid.prototype, { thisGrid.firstLoad = false; } - - // HACK: Fix that only works if there is only one table at a time (dont works Safari) -// var newWidth = $(".repeater-list-wrapper > .table").width(); -// $(".repeater").width(newWidth); + // Fix table width since fuelux 3.1.0 + var newWidth = $(thisGrid.panel).find(".repeater-list-wrapper > .table").width(); + $(thisGrid.panel).find(".repeater").width(newWidth); var optionsDropdowns = $(".dropdown.table-options-dropdown"); for(var i = 0; i < optionsDropdowns.length; i++) {