moodle-theme_snap
moodle-theme_snap copied to clipboard
Tests display incorrectly
Hello, Seems to be a problem with tests rendering: questions are narrowed and placed on the right side of the page. It becomes rather difficult to read and answer them. Questions should be placed under metadatas:
Moodle 4.5 - Snap 4.5.4 - No CSS customization. Thanks.
We also have this problem!
It's to do with display: flex on class .que
You could add this to your custom css in the theme settings until it can be fixed?
.que {display: block;}
THis fixed the problem. Thank you.