MDL-72672 lesson: make detailed stats table responsive

This commit is contained in:
Simey Lameze 2021-11-04 16:06:34 +08:00
parent 575b22bcfc
commit 8889c69a38

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');
}