fixed spacing issue for help text

This commit is contained in:
adeelehsan
2020-11-05 18:58:20 +05:00
parent 566f49cd34
commit 9c41e18b8a
2 changed files with 6 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ const ForgotPasswordPage = (props) => {
</p>
<div className="d-flex flex-column align-items-start">
<ValidationFormGroup
className="mb-0"
for="email"
invalid={!emailValid}
invalidMessage={intl.formatMessage(
@@ -73,7 +74,7 @@ const ForgotPasswordPage = (props) => {
/>
</ValidationFormGroup>
</div>
<p className="mb-0">
<p className="mb-2">
{intl.formatMessage(messages['logisration.forgot.password.page.email.field.help.text'])}
</p>
<LoginHelpLinks page="forgot-password" />

View File

@@ -32,7 +32,7 @@ exports[`ForgotPasswordPage should match default section snapshot 1`] = `
className="d-flex flex-column align-items-start"
>
<div
className="form-group"
className="form-group mb-0"
>
<label
className="h6 mr-1"
@@ -64,7 +64,7 @@ exports[`ForgotPasswordPage should match default section snapshot 1`] = `
</div>
</div>
<p
className="mb-0"
className="mb-2"
>
The email address you used to register with edX.
</p>
@@ -185,7 +185,7 @@ exports[`ForgotPasswordPage should match forbidden section snapshot 1`] = `
className="d-flex flex-column align-items-start"
>
<div
className="form-group"
className="form-group mb-0"
>
<label
className="h6 mr-1"
@@ -217,7 +217,7 @@ exports[`ForgotPasswordPage should match forbidden section snapshot 1`] = `
</div>
</div>
<p
className="mb-0"
className="mb-2"
>
The email address you used to register with edX.
</p>