We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f6832 commit 98fd38aCopy full SHA for 98fd38a
themes/default/files/resources/exam.css
@@ -1077,14 +1077,17 @@ select.multiplechoice {
1077
border-left: thin dashed rgba(var(--opposite-background-colour), 0.3);
1078
}
1079
1080
-.part.type-m_n_x table.choices-grid td.option {
1081
- text-align: center;
+#everything .part.type-m_n_x table.choices-grid td.option {
+ text-align: center;
1082
+ padding: 0;
1083
1084
1085
.part.type-m_n_x table.choices-grid td.option > label {
1086
width: 100%;
1087
height: 100%;
1088
display: block;
1089
+ padding: 0.2em;
1090
+ margin: 0;
1091
1092
1093
.part.type-m_n_x .choices-grid th {
0 commit comments