1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #34316 -- Fixed displaying error lists in admin password change forms on small screens.

Follow up to e678046681.
This commit is contained in:
Mariusz Felisiak
2023-03-23 10:44:01 +01:00
committed by GitHub
parent 73ae8545ae
commit 39d1e45227

View File

@@ -652,7 +652,8 @@ input[type="submit"], button {
padding: 0;
}
form .aligned ul {
form .aligned ul,
form .aligned ul.errorlist {
margin-left: 0;
padding-left: 0;
}