Skip to content

Commit 5d80ce7

Browse files
committed
Usergroups: Fix table width in course's class page (fix previous commit)
1 parent 4c90766 commit 5d80ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/user/class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
],
157157
];
158158
// Autowidth
159-
$extraParams['width'] = '100%';
159+
$extraParams['autowidth'] = 'true';
160160
// height auto
161161
$extraParams['height'] = 'auto';
162162

0 commit comments

Comments
 (0)