Fix radio button positioning on Firefox (#2805)

Remove the top: 6px since it's unnecessary
to vertically align the dot in the radio
button.

CORL-873
This commit is contained in:
Nick Funk
2020-01-20 11:27:44 -07:00
committed by Wyatt Johnson
parent e7b83c6b39
commit cfebe7733e
@@ -73,7 +73,6 @@
border-radius: 50%;
position: absolute;
left: 3px;
top: 6px;
width: 8px;
height: 8px;
box-sizing: border-box;