Skip to content

Commit 7de819c

Browse files
committed
minor #840 Minor design tweak for smartphones (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Minor design tweak for smartphones This fixes #829 hiding the icon when browsing the site in a smartphone. Commits ------- b6d1b16 Minor design tweak for smartphones
2 parents 36d6828 + b6d1b16 commit 7de819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/security/login.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<div id="login-help" class="col-sm-7">
4242
<h3>
43-
<i class="fa fa-long-arrow-left" aria-hidden="true"></i>
43+
<i class="hidden-xs fa fa-long-arrow-left" aria-hidden="true"></i>
4444
{{ 'help.login_users'|trans }}
4545
</h3>
4646

0 commit comments

Comments
 (0)