diff --git a/src/components/formik-forms/formik-select.jsx b/src/components/formik-forms/formik-select.jsx index 5ec1bcdf5..defff80ef 100644 --- a/src/components/formik-forms/formik-select.jsx +++ b/src/components/formik-forms/formik-select.jsx @@ -24,7 +24,7 @@ const FormikSelect = ({ )); return ( -
+
diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss index 95d6e9089..64bfa562d 100644 --- a/src/components/join-flow/join-flow-steps.scss +++ b/src/components/join-flow/join-flow-steps.scss @@ -22,6 +22,23 @@ transform: translate(21.5625rem, 0); } +.validation-birthdate-input { + transform: translate(8.75rem, .25rem); + width: 7.25rem; +} + +@media #{$intermediate-and-smaller} { + .validation-full-width-input { + transform: unset; + margin-bottom: .75rem; + } + + .validation-birthdate-input { + transform: unset; + width: 8rem; + } +} + .select .join-flow-select { width: 9.125rem; }