Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringGeneral.js,v diff -u -r1.51.2.47 -r1.51.2.48 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 6 Nov 2016 06:30:35 -0000 1.51.2.47 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 7 Nov 2016 10:10:48 -0000 1.51.2.48 @@ -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