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 />