Merge pull request #17429 from jdanyow/patch-1

Center radio button checkmark
This commit is contained in:
Jonas Jenwald 2023-12-18 14:06:36 +01:00 committed by GitHub
commit 648c8f4abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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