mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-84008 qtype_match: keep question and answer together.
This commit is contained in:
parent
d805159525
commit
1523da0903
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue