From ba50840809e169f70c2957c4a3e83b0e4b18d32f Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 13 Dec 2016 12:11:24 -0500 Subject: [PATCH] only apply right margin to radio input fixes #1101. I wanted to apply a custom class to the input, however that is unfortunately obscured and unreachable with our current implementation of `formsy-react-components` --- src/components/registration/steps.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/registration/steps.scss b/src/components/registration/steps.scss index 0be5e2f92..79bb1b7d6 100644 --- a/src/components/registration/steps.scss +++ b/src/components/registration/steps.scss @@ -62,10 +62,10 @@ &.demographics-step { .radio { margin: 1.5rem 1.5rem 0 0; + } - input { - margin-right: 1rem; - } + input[type="radio"] { + margin-right: 1rem; } .demographics-step-input-other {