From 8b0427a3a9a92a0ddad02d5b5c70955366d6ce47 Mon Sep 17 00:00:00 2001 From: Amy Groshek Date: Tue, 24 Oct 2017 10:36:54 -0500 Subject: [PATCH] MDL-60104 mod_scorm: Fix scorm description display overflow --- theme/bootstrapbase/less/moodle/modules.less | 3 +++ theme/bootstrapbase/style/moodle.css | 3 +++ 2 files changed, 6 insertions(+) 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 cf238a16c9a..1eda99098fb 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -17830,6 +17830,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; }