MDL-86137 core_role: Fix role tables styles

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