Skip to content

Commit

Permalink
Move the button to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored and bobdenotter committed Nov 26, 2020
1 parent ac74e9e commit 251a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/security/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<i class="fas fa-sign-in-alt" aria-hidden="true"></i>
{{- 'action.log_in'|trans -}}
</button>
<a href="{{ path('bolt_forgot_password_request') }}" class="ml-3">
<a href="{{ path('bolt_forgot_password_request') }}" class="float-right">
<i class="fas fa-question-circle"></i>
{{ 'login.forgotpassword'|trans }}
</a>
Expand Down

0 comments on commit 251a907

Please sign in to comment.