Closed timhunt closed 2 years ago
Thanks for mentioning this problem, @timhunt . It made me realize that my own (forked) H5P Mark the Words 'papi jo' activity also uses the white-space: nowrap; CSS rule, which causes the same display bug. I will fix it ASAP.
I have added a new example question to https://github.com/marcusgreen/moodle-qtype_wordselect/blob/master/examples/en/wordselect_examples.xml that reproduces this issue and removed the white-space: nowrap in the styles.css file. Added comment to the changelog https://github.com/marcusgreen/moodle-qtype_wordselect/blob/master/changelog.md.
I think those changes mean that this can be closed now. Shall I do that?
Closing issue, fix in last release. Credit for contributions in changelog https://github.com/marcusgreen/moodle-qtype_wordselect/blob/master/changelog.md
Try creating this example question
Note that the display is then very weird because of the
white-space: nowrap;
CSS https://github.com/marcusgreen/moodle-qtype_wordselect/blob/master/styles.css#L16 (and a few other lines). This is particuarly true at mobile screen-sizes.For this question at least, it would be better to remove that rule.