﻿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
26872	Django Admin filter choice list can overflow the whole page	Damien	Kenneth	"In the django admin model listing interface, if the length of a filter choice is too big, it's gonna overflow the whole page.

[[Image(https://imgur.com/DBCtz6W.png)]]

The solution here can be to do:

{{{
#changelist-filter a {
    ....
    text-overflow: ellipsis;
    overflow: hidden;
}
}}}

But the user is loosing the full value, so a `title` should be added too to the link"	Bug	closed	contrib.admin	1.9	Normal	fixed			Accepted	1	0	0	1	1	1
