mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
MDL-60104 mod_scorm: Fix scorm description display overflow
This commit is contained in:
parent
849405177f
commit
88924ff772
@ -900,3 +900,7 @@ div#dock {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.path-mod-scorm #region-main #intro {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user