Skip to content

Commit

Permalink
Center radio button checkmark
Browse files Browse the repository at this point in the history
fixes #12238
  • Loading branch information
jdanyow committed Dec 16, 2023
1 parent 91188cf commit 1299912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/annotation_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@
.buttonWidgetAnnotation.radioButton input:checked::before {
border-radius: 50%;
height: 50%;
left: 30%;
top: 20%;
left: 25%;
top: 25%;
width: 50%;
}

Expand Down

0 comments on commit 1299912

Please sign in to comment.