moodleou / moodle-quiz_answersheets

A Moodle quiz report to allow quiz attempts to be exported
8 stars 15 forks source link

A4 size in the @media print CSS #25

Closed mudrd8mz closed 3 years ago

mudrd8mz commented 4 years ago

I haven't actually tried and tested myself. But I have a suspicion that the current CSS

@media print {
    /* Set the page to A4 size to prevent border lost. */
    body:not(.gecko) {
        height: 297mm;
        width: 210mm;
    }

will effectively affect all places in Moodle. I assume it is not a problem, just thinking about countries (such as US or Canada) that commonly use different paper sizes?

timhunt commented 4 years ago

Good catch!

timhunt commented 4 years ago

OU internal defect number: 403999

timhunt commented 3 years ago

The fix for this version is now pushed.