mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-84008 qtype_multichoice: keep choice, grade and feedback together.
This commit is contained in:
parent
ab5692acdf
commit
23437ff6bb
@ -64,3 +64,12 @@ body#page-question-type-multichoice div[id^=fitem_id_][id*=feedback_] {
|
||||
border: 1px solid #bbb;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/* stylelint-disable declaration-no-important */
|
||||
|
||||
div[id^="fitem_id_answer_"].mb-3,
|
||||
div[id^="fitem_id_fraction_"].mb-3 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
/* stylelint-enable declaration-no-important */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user