Skip to content

Commit

Permalink
New: Added gmcq support for _canShowCorrectness (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Oct 8, 2024
1 parent 49b772e commit b0a1fd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions less/plugins/adapt-contrib-gmcq/gmcq.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,16 @@
text-align: center;
}
}

.gmcq:not(.can-show-correctness) {
.gmcq-item__option {
position: relative;
}

.gmcq-item__state-correctness {
position: absolute;
top: @item-padding / 2;
left: 0;
right: 0;
}
}

0 comments on commit b0a1fd9

Please sign in to comment.