Size first-admin password fields consistently

This commit is contained in:
Nick Sweeting 2026-08-19 00:47:28 -07:00
parent 220e4322dc
commit ef6dae95dc
No known key found for this signature in database

View File

@ -2,6 +2,9 @@
{% load i18n static %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/login.css" %}">
<style>
.login .form-row #id_password1, .login .form-row #id_password2 { padding: 8px; width: 100%; box-sizing: border-box; }
</style>
{{ form.media }}
{% endblock %}