-
Bug
-
Resolution: Fixed
-
Blocker
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-56393-master -
Steps to replicate:
- Generate some unread notifications / messages
- View a course
- Open popover
This is because the margin from the .path-course-view .unread rule is applying to the .content-item-container.unread items.
Just need to add a "margin-left: 0" to the .content-item-container.unread CSS rule to negate it.