diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 562704661..d368591c2 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -505,7 +505,7 @@ jQuery(window).load(function() { $(".thumbnails img").each(function () { max_dim = Math.max(max_dim, $(this).height(), $(this).width() ); }); - max_dim += 20; + max_dim += 35; $("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px'); $('ul.thumbnails').enableShiftClick(); }); @@ -614,7 +614,7 @@ jQuery(window).load(function() {