I saw this reported in the Moodle.org discussion forums, but I don't know if anyone created a Tracker item.
Going from Moodle 4.5 to Moodle 5, quiz questions have extra blank space between the question and answers. I attach graphics showing both, and you will see the extra space in Moodle 5 (latest version.)
I was able to fix this problem with the following CSS added to Boost.
.clearfix::after
{ display: none; }However, I am unsure if this CSS will negatively affect other visuals within Moodle 5. I wonder if I should add ".qtext" to it, and if so, what is the form of this CSS.
Is it
".qtext .clearfix::after" or ".qtext, .clearfix::after"
Moodle 5.0+ (Build: 20250516)
- duplicates
-
MDL-85510 Questions: the clearfixes added in MDL-84708 to address floated images is causing spacing issues in questions w/o images
-
- Development in progress
-