MDL-60104 mod_scorm: Fix scorm description display overflow

This commit is contained in:
Amy Groshek 2017-10-24 10:42:23 -05:00
parent 849405177f
commit 88924ff772
2 changed files with 7 additions and 0 deletions

View File

@ -900,3 +900,7 @@ div#dock {
display: block;
}
.path-mod-scorm #region-main #intro {
width: auto;
}

View File

@ -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;
}