Skip to content

Commit 98fd38a

Browse files
committed
remove padding from option cells in m_n_x input
1 parent 42f6832 commit 98fd38a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

themes/default/files/resources/exam.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,14 +1077,17 @@ select.multiplechoice {
10771077
border-left: thin dashed rgba(var(--opposite-background-colour), 0.3);
10781078
}
10791079

1080-
.part.type-m_n_x table.choices-grid td.option {
1081-
text-align: center;
1080+
#everything .part.type-m_n_x table.choices-grid td.option {
1081+
text-align: center;
1082+
padding: 0;
10821083
}
10831084

10841085
.part.type-m_n_x table.choices-grid td.option > label {
10851086
width: 100%;
10861087
height: 100%;
10871088
display: block;
1089+
padding: 0.2em;
1090+
margin: 0;
10881091
}
10891092

10901093
.part.type-m_n_x .choices-grid th {

0 commit comments

Comments
 (0)