Skip to content

Commit

Permalink
Merge pull request #1129 from J9rem/fix/login-button
Browse files Browse the repository at this point in the history
fix(login/modal): position of login txt in dropdown
  • Loading branch information
mrflos authored Jan 2, 2024
2 parents 1d8e431 + 82ca93d commit abfd35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/login/templates/modal.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% block formTitle %}{% endblock %}

{% block notConnected %}
<a href="#LoginModal" role="button" class="btn-icon navbar-btn {{ not nobtn ? 'btn btn-default ' ~ btnclass : '' }}" data-toggle="modal">
<a href="#LoginModal" role="button" class="navbar-btn {{ not nobtn ? 'btn btn-default ' ~ btnclass : '' }}" data-toggle="modal">
<i class="fa fa-sign-in-alt"></i><span class="login-text"> {{ _t('LOGIN_LOGIN') }}</span>
</a>
<div class="modal fade" id="LoginModal" tabindex="-1" role="dialog" aria-labelledby="LoginModalLabel" aria-hidden="true">
Expand Down

0 comments on commit abfd35e

Please sign in to comment.