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

This commit is contained in:
Huong Nguyen
2025-08-01 09:15:06 +07:00
@@ -43,7 +43,7 @@ abstract class core_role_capability_table_base {
protected $id;
/** Added to the class="" attribute on output. */
protected $classes = array('rolecap table-hover');
protected $classes = ['rolecap table w-auto table-hover'];
/** Default number of capabilities in the table for the search UI to be shown. */
const NUM_CAPS_FOR_SEARCH = 12;