Opened 11 days ago

Last modified 7 days ago

#35541 assigned Bug

Admin changelist total row css issue — at Initial Version

Reported by: Sarah Boyce Owned by: nobody
Component: contrib.admin Version: 5.1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

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 {  
    11191119    line-height: 22px;
    11201120    margin: 0;
    11211121    border-top: 1px solid var(--hairline-color);
    1122     width: 100%;
    11231122}

Please update docs/intro/_images/admin04t.png with the lastest css

Change History (2)

by Sarah Boyce, 11 days ago

Attachment: image-20240620-132817.png added

by Sarah Boyce, 11 days ago

Attachment: image-20240620-132917.png added
Note: See TracTickets for help on using tickets.
Back to Top