MDL-84008 qtype_match: keep question and answer together.

This commit is contained in:
Luca Bösch 2024-12-22 01:21:36 +01:00
parent 55db72df9f
commit 2e6502f5bc

View File

@ -22,3 +22,10 @@ body#page-question-type-match div[id^=fitem_id_][id*=subanswers_] {
border: 1px solid #bbb;
border-top: 0;
}
/* stylelint-disable declaration-no-important */
div[id^="fitem_id_subquestions_"].mb-3 {
margin-bottom: 0 !important;
}
/* stylelint-enable declaration-no-important */