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.59 -r1.60 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 4 Dec 2014 16:05:04 -0000 1.59 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 21 Jan 2015 15:03:46 -0000 1.60 @@ -950,7 +950,7 @@ return; } - $(this).css('visibility', 'visible').height(+$(this).contents().find('svg').attr('height') + 20); + $(this).css('visibility', 'visible').height(+$(this).contents().find('svg').attr('height') + 40); }); // there should be no focus, just highlight @@ -2728,4 +2728,4 @@ }); } } -}; +}; \ No newline at end of file