#35001: Add related object icon (green plus sign) is not fully visible in some
screens
---------------------------------+---------------------------------------
     Reporter:  Natalia Bidart   |                    Owner:  Tom Carrick
         Type:  Bug              |                   Status:  assigned
    Component:  contrib.admin    |                  Version:  5.0
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  1
---------------------------------+---------------------------------------

Comment (by Mariusz Felisiak):

 Maybe we could add `flex-wrap: wrap-reverse` to make it always visible,
 it's not perfect, but ...
 {{{#!diff
 diff --git a/django/contrib/admin/static/admin/css/widgets.css
 b/django/contrib/admin/static/admin/css/widgets.css
 index f5b769333b..64628652ec 100644
 --- a/django/contrib/admin/static/admin/css/widgets.css
 +++ b/django/contrib/admin/static/admin/css/widgets.css
 @@ -582,6 +582,7 @@ ul.timelist, .timelist li {
      display: flex;
      gap: 10px;
      flex-grow: 1;
 +    flex-wrap: wrap-reverse;
  }

  .related-widget-wrapper-link {
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/35001#comment:7>
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/0107018c24858a2c-5a176a16-f663-4d95-aa2b-e71f55059517-000000%40eu-central-1.amazonses.com.

Reply via email to