Opened 6 months ago
Last modified 5 months ago
#35541 closed Bug
Admin changelist total row css issue — at Version 7
Reported by: | Sarah Boyce | Owned by: | tabiva |
---|---|---|---|
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
Change History (9)
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) |
---|
comment:4 by , 6 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:5 by , 6 months ago
Hi all, I would like to take on the bug and test the fix proposed by Sarah, I believe I can handle it!
comment:6 by , 6 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 6 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Great catch Sarah, thank you! As far as I can see this is an issue in 5.0 and 4.2 as well, so not a release blocker for 5.0.