1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[5.1.x] Fixed #35540 -- Fixed the padding on admin login page.

Backport of d9bd58c3b8b3e8735d8242c2bb9b09c52ed6171b from main.
This commit is contained in:
arjunomray 2024-06-25 08:13:30 +05:30 committed by Sarah Boyce
parent c833cb36a2
commit ddf81f023f
2 changed files with 1 additions and 1 deletions

View File

@ -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