mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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:
parent
73ae8545ae
commit
39d1e45227
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user