#35541: Admin changelist total row css issue
-----------------------------------------+------------------------
Reporter: Sarah Boyce | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 5.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
The border of the total row extends longer than the table
This would fix it for me (needs further testing)
{{{#!diff
--- a/django/contrib/admin/static/admin/css/base.css
+++ b/django/contrib/admin/static/admin/css/base.css
@@ -1119,7 +1119,6 @@ a.deletelink:focus, a.deletelink:hover {
line-height: 22px;
margin: 0;
border-top: 1px solid var(--hairline-color);
- width: 100%;
}
}}}
Please update `docs/intro/_images/admin04t.png` with the lastest css
--
Ticket URL: <
https://code.djangoproject.com/ticket/35541>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.