#35541: Admin changelist total row css issue
-------------------------------+--------------------------------------
Reporter: Sarah Boyce | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 5.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Description changed by Sarah Boyce:
Old description:
> 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
New description:
The border of the total row extends longer than the table
[[Image(image-20240620-132817.png)]]
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%;
}
}}}
[[Image(image-20240620-132917.png)]]
Please update `docs/intro/_images/admin04t.png` with the lastest css
--
--
Ticket URL: <https://code.djangoproject.com/ticket/35541#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/01070190356989eb-a58d396c-314e-4639-9f30-1c0e4caf2b93-000000%40eu-central-1.amazonses.com.