From c8800d8663df2f8d33fad5d7345b9b35fbca98f5 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 17 Jul 2019 12:58:50 -0400 Subject: [PATCH] After rebasing on develop, reintroduce changes --- src/components/join-flow/join-flow-steps.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/join-flow/join-flow-steps.jsx b/src/components/join-flow/join-flow-steps.jsx index 1a03396dd..c612853cd 100644 --- a/src/components/join-flow/join-flow-steps.jsx +++ b/src/components/join-flow/join-flow-steps.jsx @@ -10,6 +10,8 @@ const validate = require('../../lib/validate'); const FormikInput = require('../../components/formik-forms/formik-input.jsx'); const JoinFlowStep = require('./join-flow-step.jsx'); +require('./join-flow-steps.scss'); + /* * Username step */ @@ -127,6 +129,7 @@ class UsernameStep extends React.Component { id="username" name="username" validate={this.validateUsernameIfPresent} + validationClassName="validation-full-width-input" onBlur={() => validateField('username')} // eslint-disable-line react/jsx-no-bind />