From b0a1fd98a5e98c703c9a5fc82dbd5c73cf996884 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Tue, 8 Oct 2024 10:57:51 +0100 Subject: [PATCH] New: Added gmcq support for _canShowCorrectness (#528) --- less/plugins/adapt-contrib-gmcq/gmcq.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/less/plugins/adapt-contrib-gmcq/gmcq.less b/less/plugins/adapt-contrib-gmcq/gmcq.less index b7295d6a..0f14bb55 100644 --- a/less/plugins/adapt-contrib-gmcq/gmcq.less +++ b/less/plugins/adapt-contrib-gmcq/gmcq.less @@ -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; + } +}