Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -r1c9fdc74cd26f6117358bc23861d4b26532e2cf5 -rc0ba937d0cb7c5c92e7590e001efb0d5f212403c --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 1c9fdc74cd26f6117358bc23861d4b26532e2cf5) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision c0ba937d0cb7c5c92e7590e001efb0d5f212403c) @@ -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