Opened 6 months ago
Last modified 5 months ago
#35541 closed Bug
Admin changelist total row css issue — at Version 3
Reported by: | Sarah Boyce | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 5.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
The border of the total row extends longer than the table
This would fix it for me (needs further testing)
-
django/contrib/admin/static/admin/css/base.css
a b a.deletelink:focus, a.deletelink:hover { 1119 1119 line-height: 22px; 1120 1120 margin: 0; 1121 1121 border-top: 1px solid var(--hairline-color); 1122 width: 100%;1123 1122 }
I also believe the following related images should be updated with the lastest css:
docs/intro/_images/admin04t.png
docs/intro/_images/admin06t.png
docs/intro/_images/admin12t.png
Change History (5)
by , 6 months ago
Attachment: | image-20240620-132817.png added |
---|
by , 6 months ago
Attachment: | image-20240620-132917.png added |
---|
comment:1 by , 6 months ago
Description: | modified (diff) |
---|
comment:2 by , 6 months ago
Easy pickings: | set |
---|
comment:3 by , 6 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.