Skip to content

Commit

Permalink
MDL-72672 lesson: make edit collapsed table responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Nov 4, 2021
1 parent 8889c69 commit 9fe2072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/renderer.php
Expand Up @@ -253,7 +253,7 @@ public function display_edit_collapsed(lesson $lesson, $pageid) {
$pageid = $page->nextpageid;
}

return html_writer::table($table);
return html_writer::div(html_writer::table($table), 'table-responsive');
}

/**
Expand Down

0 comments on commit 9fe2072

Please sign in to comment.