Skip to content
Snippets Groups Projects
Commit f8ccfafb authored by Kyle Doherty's avatar Kyle Doherty Committed by Maz Ameli
Browse files

fix padding on password reset. Resolves #11145 (#11146)

parent 207e8d66
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ export default class ForgotPasswordApp extends Component {
{!sentNotification ? (
<div>
<form
className="ForgotForm bg-white bordered rounded shadowed"
className="ForgotForm bg-white bordered rounded shadowed p4"
name="form"
noValidate
>
......
......@@ -142,7 +142,7 @@ export default class PasswordResetApp extends Component {
{!resetSuccess ? (
<div className="Grid-cell">
<form
className="ForgotForm Login-wrapper bg-white Form-new bordered rounded shadowed"
className="ForgotForm p4 Login-wrapper bg-white Form-new bordered rounded shadowed"
name="form"
onSubmit={e => this.formSubmitted(e)}
noValidate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment