mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
MDL-72672 lesson: make detailed stats table responsive
This commit is contained in:
parent
575b22bcfc
commit
8889c69a38
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user