﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25726	Problem with related-widget-wrapper	Roberto Morati	Roberto Morati	"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,"	Bug	closed	contrib.admin	1.8	Normal	needsinfo	related-widget-wrapper, django 1.8.6, select field		Unreviewed	0	0	0	0	0	0
