Center radio button checkmark

fixes #12238
This commit is contained in:
Jeremy Danyow 2023-12-16 07:28:03 -08:00 committed by GitHub
parent 91188cf2f8
commit 1299912744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,8 +238,8 @@
.buttonWidgetAnnotation.radioButton input:checked::before { .buttonWidgetAnnotation.radioButton input:checked::before {
border-radius: 50%; border-radius: 50%;
height: 50%; height: 50%;
left: 30%; left: 25%;
top: 20%; top: 25%;
width: 50%; width: 50%;
} }