Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
- center text in login form #1878
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Aug 14, 2018
1 parent 26bbe66 commit 9414f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class LoginForm extends Component {
: counterpart.translate('login.callToAction')}
</button>
</div>
<div className="mt-2">
<div className="mt-2 text-center">
<a
className="forgot-password-link"
onClick={this.handleForgotPassword}
Expand Down

0 comments on commit 9414f13

Please sign in to comment.