From 4ac1a170cfa6955bac043f79498c8cbc238def65 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Dec 2021 11:55:23 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 06d52fc9..6bd763d1 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -162,7 +162,7 @@ } .physics-answer-list input:checked::after { - margin-top: -5px; + transform: translateY(-20px); margin-left: 20px; content: "True" }