mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-49741 core_grades: Restore correct padding on Setup screen
This commit is contained in:
parent
9b67b43b21
commit
09235e249e
@ -1272,7 +1272,7 @@ class grade_structure {
|
||||
// Object holding pix_icon information before instantiation.
|
||||
$icon = new stdClass();
|
||||
$icon->attributes = array(
|
||||
'class' => 'item itemicon'
|
||||
'class' => 'icon itemicon'
|
||||
);
|
||||
$icon->component = 'moodle';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user