From 12999127440201d177db1be106c40b741e501f39 Mon Sep 17 00:00:00 2001 From: Jeremy Danyow Date: Sat, 16 Dec 2023 07:28:03 -0800 Subject: [PATCH] Center radio button checkmark fixes #12238 --- web/annotation_layer_builder.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/annotation_layer_builder.css b/web/annotation_layer_builder.css index dc04a6c07..80d9c7274 100644 --- a/web/annotation_layer_builder.css +++ b/web/annotation_layer_builder.css @@ -238,8 +238,8 @@ .buttonWidgetAnnotation.radioButton input:checked::before { border-radius: 50%; height: 50%; - left: 30%; - top: 20%; + left: 25%; + top: 25%; width: 50%; }