-
Bug
-
Resolution: Fixed
-
Minor
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_31_STABLE
The margin that separates the automatic item numbers from the question content isn't enough once the numbers exceed 9. This is because the question content has been given a fixed margin of 15px in
div.feedback_item_box_left div.feedback_item_label_left, div.feedback_item_box_left div.feedback_item_presentation_left
{ margin-left: 15px; }Increasing the value to 20pix fixes the issue until number 100 is reached.
Screen shots taken at http://school.demo.moodle.net/mod/feedback/view.php?id=53
Discussion:
https://moodle.org/mod/forum/discuss.php?d=314570