Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.9
-
Component/s: Enrolments
-
Labels:
-
Testing Instructions:
- 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.
-
Affected Branches:MOODLE_29_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-48765-master -
Pull Master Diff URL:
Description
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.