Merge branch 'MDL-85644-500' of https://github.com/paulholden/moodle into MOODLE_500_STABLE

This commit is contained in:
Huong Nguyen
2025-06-24 09:20:00 +07:00
+1 -1
View File
@@ -713,7 +713,7 @@ class core_course_management_renderer extends plugin_renderer_base {
$menu->attributes['class'] .= ' courses-per-page';
$menu->set_menu_trigger(get_string('perpagea', 'moodle', $perpage));
$actions[] = $this->render($menu);
return html_writer::div(join(' ', $actions), 'listing-actions course-listing-actions');
return html_writer::div(join(' ', $actions), 'listing-actions course-listing-actions mb-3');
}
/**