MDL-68330 media_videojs: Fix videojs player rendering issue

This commit is contained in:
Mihail Geshoski
2020-04-24 14:57:02 +08:00
parent 9df4a4de18
commit 255a62ff88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ class core_course_renderer extends plugin_renderer_base {
$output .= course_get_cm_move($mod, $sectionreturn);
}
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer'));
$output .= html_writer::start_tag('div', array('class' => 'mod-indent-outer w-100'));
// This div is used to indent the content.
$output .= html_writer::div('', $indentclasses);