mirror of
https://github.com/Hopiu/django.git
synced 2026-03-24 18:00:32 +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
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue