davosmith / moodle-checklist

Checklist plugin for Moodle - allows a teacher to create a checklist for their students to tick-off
GNU General Public License v3.0
24 stars 68 forks source link

Student comments: Change style to inline #87

Closed kristian-94 closed 3 years ago

kristian-94 commented 3 years ago

Hi @davosmith , just saw a small issue where the comments are not inline. That makes them look like the following examples: Screen Shot 2021-10-24 at 10 43 09 am Screen Shot 2021-10-24 at 10 42 43 am

I've made a small PR to change this style

sharpchi commented 2 years ago

It would seem this change breaks the layout for student comments image vs without inline image I'm running this on M3.9, so I don't know if that makes any difference

davosmith commented 2 years ago

Thanks for the update - I'll try and look at this as soon as I can.

davosmith commented 2 years ago

Hi @sharpchi,

Apologies that it's taken me so long to have a moment to look at this.

I've had a look with both Moodle 3.9 (Boost theme) and Moodle 4.0 (also Boost) and I've not been able reproduce the problem you described, unless I reduce the browser width down to very small.

I have noticed, however, some improvements by switching the styling from 'inline' to 'inline-block' - I've pushed a change to this into the repo, can you give it a try?