#34039: Admin search bar is too small to use on small screens
-------------------------------------+-------------------------------------
     Reporter:  Thibaud Colas        |                    Owner:  Mia Bajić
         Type:  Bug                  |                   Status:  assigned
    Component:  contrib.admin        |                  Version:  4.0
     Severity:  Normal               |               Resolution:
     Keywords:  mobile, cross-       |             Triage Stage:  Accepted
  browser                            |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  1
-------------------------------------+-------------------------------------

Comment (by Hugo Herter):

 The root of the issue is in the "flex" management of the component that
 allows it to expand outside of the screen.

 Adding a min-width patches the issue on some display sizes but does not
 solve the core problem here.

 Removing `display: flex` on `#changelist-search > div` removes the flex
 behaviour and the components size adequately regarding the viewport -
 however they are not side by side anymore.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34039#comment:5>
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/010701836f1e9097-716265d7-f9c0-467d-be78-834d2967ae0e-000000%40eu-central-1.amazonses.com.

Reply via email to