Skip to content

Commit

Permalink
MDL-72672 lesson: make detailed stats table responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Nov 4, 2021
1 parent 575b22b commit 8889c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/report.php
Expand Up @@ -352,7 +352,7 @@
} 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');
}
Expand Down

0 comments on commit 8889c69

Please sign in to comment.