MDL-86137 core_role: Fix role tables styles

This commit is contained in:
Mikel Martín
2025-07-30 10:42:07 +02:00
parent a1e5573ee8
commit d9d739991a
@@ -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;