MDL-72672 lesson: make detailed stats table responsive

This commit is contained in:
Simey Lameze
2021-11-04 18:20:53 +08:00
committed by Jun Pataleta
parent 9d83452a4c
commit 898dbbb0ed
+1 -1
View File
@@ -352,7 +352,7 @@ if ($action === 'delete') {
} else {
$table->data[] = array(get_string('didnotanswerquestion', 'lesson'), " ");
}
echo html_writer::start_tag('div', array('class' => 'no-overflow'));
echo html_writer::start_tag('div', ['class' => 'no-overflow table-responsive']);
echo html_writer::table($table);
echo html_writer::end_tag('div');
}