diff --git a/src/redesign/_style.scss b/src/redesign/_style.scss index 87897473..67a22b78 100644 --- a/src/redesign/_style.scss +++ b/src/redesign/_style.scss @@ -622,6 +622,9 @@ select.form-control { right: 0; position: relative; } + .mt-small { + margin-top: 3rem !important; + } } .-mt-4 { diff --git a/src/redesign/register/RegistrationPage.jsx b/src/redesign/register/RegistrationPage.jsx index 0af5946e..fd50e040 100644 --- a/src/redesign/register/RegistrationPage.jsx +++ b/src/redesign/register/RegistrationPage.jsx @@ -594,7 +594,7 @@ class RegistrationPage extends React.Component { handleChange={(value) => this.setState({ country: value })} errorCode={this.state.errorCode} /> -
+