Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -r94eef8f866e4ddba51fb48818aa11a3afed42afb -r9e33d20d9a3e759ecded45737d22d429b7dfccb6 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 94eef8f866e4ddba51fb48818aa11a3afed42afb) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 9e33d20d9a3e759ecded45737d22d429b7dfccb6) @@ -226,17 +226,12 @@ 'scope' : 'template', 'helper' : function(event){ // build a simple helper - var helper = $(this).clone().css({ - 'width' : '135px', + return $(this).clone().css({ + 'width' : '150px', 'border' : 'thin black solid', 'z-index' : 1, 'cursor' : 'move' }); - - // Chrome does not render name of the tool correctly in the helper - // so just remove it - helper.children('div').remove(); - return helper; } }); }); @@ -2741,4 +2736,4 @@ }); } } -}; +}; \ No newline at end of file