-
Bug
-
Resolution: Fixed
-
Trivial
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-48765-master -
- Create a course with at least one enrolment method.
- View the enrolment instance page in a browser. Resize to a small enough breakpoint that the icons stack vertically.
- Verify that the edit icons align.
The up/down and edit icons on enrol/instances.php are separated by a non-breaking space. This is done via an implode() call. This causes an alignment issue at small breakpoints when the icons stack vertically, because the last icon in the set is not followed by a non-breaking space. If there needs to be spacing between the icons surely this can be done with CSS, and there's already some padding applied.