From b1f87d5ef03ba0ce18382a4633138f26c35142f7 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 4 Nov 2021 16:06:34 +0800 Subject: [PATCH] MDL-72672 lesson: make detailed stats table responsive --- mod/lesson/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/report.php b/mod/lesson/report.php index 64c12a435cc..2149668a2d0 100644 --- a/mod/lesson/report.php +++ b/mod/lesson/report.php @@ -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'); } -- 2.11.4.GIT