This PR fixes the problem in issue #654 that checkboxes disappear from filter after visiting a lesson.
The fix is to wrap css for lesson content in classname .lessonContent and apply this to the content div.
Note that this might be a symptom that the styles are not being applied correctly. In theory, the css from the lesson page should be removed when moving back to front page or course page.
Tip: When reviewing this, select "Hide whitespace changes"
This PR fixes the problem in issue #654 that checkboxes disappear from filter after visiting a lesson.
The fix is to wrap css for lesson content in classname
.lessonContent
and apply this to the content div.Note that this might be a symptom that the styles are not being applied correctly. In theory, the css from the lesson page should be removed when moving back to front page or course page.
Tip: When reviewing this, select "Hide whitespace changes"