diff --git a/theme/bootstrapbase/less/moodle/modules.less b/theme/bootstrapbase/less/moodle/modules.less index 04ea07b7b27..01fdc4a36ec 100644 --- a/theme/bootstrapbase/less/moodle/modules.less +++ b/theme/bootstrapbase/less/moodle/modules.less @@ -948,3 +948,6 @@ div#dock { display: block; } +.path-mod-scorm #region-main #intro { + width: auto; +} diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index eb06e0a2294..60489474494 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -17844,6 +17844,9 @@ div#dock { .path-mod-scorm.jsenabled .scorm-center { display: block; } +.path-mod-scorm #region-main #intro { + width: auto; +} .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax { background-color: #fff; }