mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Refs #34316 -- Fixed displaying error lists in admin password change forms on small screens.
Follow up to e67804668115fd388e7554c6a809bd409f70adfe.
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…
x
Reference in New Issue
Block a user