#25726: Problem with related-widget-wrapper
-------------------------+-------------------------------------------------
     Reporter:           |      Owner:  Roberto Morati
  robertomorati          |
         Type:  Bug      |     Status:  new
    Component:           |    Version:  1.8
  contrib.admin          |   Keywords:  related-widget-wrapper, django
     Severity:  Normal   |  1.8.6, select field
 Triage Stage:           |  Has patch:  0
  Unreviewed             |
Easy pickings:  0        |      UI/UX:  0
-------------------------+-------------------------------------------------
 I updated the django to 1.8.6, but I faced with an problem when used the
 select field in the admin. The select field is fading when clicked in the
 same.
 If I remove the  float: left;  and the overflow: hidden; the select field
 works fine.

 .related-widget-wrapper {
     float: left;       /* display properly in form rows with multiple
 fields */
     overflow: hidden;  /* clear floated contents */
 }

 So, what I can do to fix it without alter the .related-widget-wrapper?

 Thanks,

--
Ticket URL: <https://code.djangoproject.com/ticket/25726>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/056.de0a7002a339fc8f826fdbbf83ce5ff3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to