Index: lams_central/web/css/_authoring_base.scss =================================================================== diff -u -r1d89b81756dac63bb52f52c1d43727ab9e21c0b0 -ree55f2ffca34d972bb176fb91d65d91cf2ed0e04 --- lams_central/web/css/_authoring_base.scss (.../_authoring_base.scss) (revision 1d89b81756dac63bb52f52c1d43727ab9e21c0b0) +++ lams_central/web/css/_authoring_base.scss (.../_authoring_base.scss) (revision ee55f2ffca34d972bb176fb91d65d91cf2ed0e04) @@ -222,7 +222,7 @@ padding: 2px 2px 0px 5px; vertical-align: top; border-right: $border-thin-dotted; - width: 200px; + width: 350px; } div#ldStoreDialogContents div#ldStoreDialogTree { @@ -236,7 +236,7 @@ } div#ldStoreDialogContents #ldStoreDialogAccessDiv { - width: 200px; + width: 350px; overflow: auto; height: 150px; vertical-align: top; Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -r90d4b834806778e6f1cda38c31c6f9411da02931 -ree55f2ffca34d972bb176fb91d65d91cf2ed0e04 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 90d4b834806778e6f1cda38c31c6f9411da02931) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision ee55f2ffca34d972bb176fb91d65d91cf2ed0e04) @@ -724,7 +724,7 @@ }); // limit size of the canvas so dialog does not resize after SVG loads $('#ldStoreDialogCanvasDiv', dialog).css({ - 'max-width' : $(window).width() - 275 + 'px', + 'max-width' : $(window).width() - 425 + 'px', 'max-height': $(window).height() - 190 + 'px', });