diff --git a/theme/bootstrapbase/less/moodle/modules.less b/theme/bootstrapbase/less/moodle/modules.less index bf26b2f19ae..796edf126dd 100644 --- a/theme/bootstrapbase/less/moodle/modules.less +++ b/theme/bootstrapbase/less/moodle/modules.less @@ -900,3 +900,7 @@ 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 75657563e15..8acd7ef515c 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -17912,6 +17912,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; }