Skip to content

Commit

Permalink
worksheet theme: "page break between questions" applies to answer sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Dec 1, 2023
1 parent 9ebb320 commit e2eb47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/worksheet/files/resources/worksheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ body.worksheet #examList > .exam:not([data-status="done"]) {
page-break-after: always;
break-after: always;
}
body.worksheet #examList.break-between-questions.questionsheet .question {
body.worksheet #examList.break-between-questions .question {
page-break-before: always;
break-before: always;
}
Expand Down

0 comments on commit e2eb47c

Please sign in to comment.