Skip to content

Commit

Permalink
add more margin for warnings on the matrix input
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Feb 15, 2024
1 parent 6a23b03 commit e1cc8b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/default/files/resources/exam.css
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,11 @@ select.multiplechoice {
}
}

/* Hack until the matrix entry component consumes the right amount of height. */
.part.type-matrix .warnings {
margin-top: 2em;
}

.gap .warnings {
margin-top: -0.5em;
}
Expand Down

0 comments on commit e1cc8b1

Please sign in to comment.