From 88924ff772001b16fb51e9960d09b63f7ee8d618 Mon Sep 17 00:00:00 2001 From: Amy Groshek Date: Tue, 24 Oct 2017 10:42:23 -0500 Subject: [PATCH] MDL-60104 mod_scorm: Fix scorm description display overflow --- theme/bootstrapbase/less/moodle/modules.less | 4 ++++ theme/bootstrapbase/style/moodle.css | 3 +++ 2 files changed, 7 insertions(+) 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; }