fix(ui): fix login error/button margins
This commit is contained in:
parent
0578ff8ab9
commit
e03710db63
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export default class Login extends React.Component {
|
|||
</div>
|
||||
}
|
||||
{/* <div className={ stl.formFooter }> */}
|
||||
<Button type="submit" variant="primary" >{ 'Login' }</Button>
|
||||
<Button className="mt-2" type="submit" variant="primary" >{ 'Login' }</Button>
|
||||
|
||||
<div className={ cn(stl.links, 'text-lg') }>
|
||||
<Link to={ FORGOT_PASSWORD }>{'Forgot your password?'}</Link>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue