Skip to content
Snippets Groups Projects
Commit 5c503852 authored by srosse's avatar srosse
Browse files

OO-3724: fix the width of the columns in Kprim interaction

parent b35f5663
No related branches found
No related tags found
No related merge requests found
......@@ -838,6 +838,14 @@ table.o_qti_item_kprim {
td.o_qti_item_kprim_input_wrong {
background-color: $o-qti-match-kprim-wrong-bg;
}
td.o_qti_item_kprim_input_correct, td.o_qti_item_kprim_input_wrong,
th.o_qti_item_kprim_input_correct, th.o_qti_item_kprim_input_wrong {
width: 11%;
}
td.o_qti_item_kprim_text, th.o_qti_item_kprim_text {
width: 88%;
}
}
.matchInteraction {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment