mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #35540 -- Fixed the padding on admin login page.
This commit is contained in:
parent
136a5f9409
commit
d9bd58c3b8
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
.login #content {
|
||||
padding: 20px 20px 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.login #container {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue