#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.

-- 
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/0107019035672534-138295a5-0767-480f-86cb-3d693cb7be8f-000000%40eu-central-1.amazonses.com.

Reply via email to