From cfebe7733e80b98de67ac3645a4e09a460efaa18 Mon Sep 17 00:00:00 2001 From: Nick Funk Date: Mon, 20 Jan 2020 11:27:44 -0700 Subject: [PATCH] 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 --- src/core/client/ui/components/v2/RadioButton/RadioButton.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/client/ui/components/v2/RadioButton/RadioButton.css b/src/core/client/ui/components/v2/RadioButton/RadioButton.css index 2d6734d9a..53769cde6 100644 --- a/src/core/client/ui/components/v2/RadioButton/RadioButton.css +++ b/src/core/client/ui/components/v2/RadioButton/RadioButton.css @@ -73,7 +73,6 @@ border-radius: 50%; position: absolute; left: 3px; - top: 6px; width: 8px; height: 8px; box-sizing: border-box;