﻿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
32391	Replace width with flex properties for the changelist filter	Denis Skulimovskiy	nobody	"Hi there,

I've found a CSS bug in the Django admin. When the left-side container becomes too wide, the filters become squashed. That's because the flex-grow/shrink/basis values aren't set for the filter.

https://github.com/django/django/blob/master/django/contrib/admin/static/admin/css/changelists.css#L10 

I suggest replacing the width value with flex-basis and set flex-grow/shrink props to 0.
I'll try to create a pull request for this fix.


Thanks,
Denis"	Bug	closed	contrib.admin	3.1	Release blocker	fixed	changelist, css		Ready for checkin	1	0	0	0	0	1
