Skip to content

Commit

Permalink
fix: change password form line height (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Vinclav authored Aug 28, 2022
1 parent c15de4c commit c770b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/admin/auth/user/change_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{% endif %}

{% if form.password1.help_text %}
<div class="mt-2 text-gray-500 text-xs">
<div class="leading-relaxed mt-2 text-gray-500 text-xs">
{{ form.password1.help_text|safe }}
</div>
{% endif %}
Expand Down

0 comments on commit c770b6f

Please sign in to comment.