]> _ Git - cubist_cms-back.git/commitdiff
#7822
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 24 Nov 2025 10:03:01 +0000 (11:03 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 24 Nov 2025 10:03:01 +0000 (11:03 +0100)
src/public/bunchmultiple/bunchmultiple.js

index 6ea14ec9d660597697b14c0fc9877ffbc82dae13..4b6d7e473056e883d993745249eec2a8067e7243 100644 (file)
 
         updateLegends: function () {
             let $this = this;
-            const sizeLimit = 60;
+            const sizeLimit = 120;
             $('[data-legend]' + this.bmidselector).each(function () {
                 var item = $(this).closest('.item');
                 var form = item.find('.subform');