MDL-72672 lesson: make detailed stats table responsive
This commit is contained in:
committed by
Jun Pataleta
parent
9d83452a4c
commit
898dbbb0ed
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user