-
Bug
-
Resolution: Fixed
-
Minor
-
4.4 regressions, 4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-81707-404 -
-
Moppies PB candidates
Since 4.4 was released, the positioning for checkboxes when using Restrict Access > Must > Grade is incorrect.
Testing instructions:
- Take any activity.
- Add an access restriction
- Choose Grade
- Confirm that the checkbox does not overlap the word 'must'.
As a quick workaround, adding the following custom CSS fixes the issue:
span.availability-group input.form-check-input { position: static; }
- is a regression caused by
-
MDL-75670 Refactor Bootstrap form layouts preparing them for Bootstrap 5
-
- Closed
-