Fuzzysearch minimum-width UI bug 8.6.1

It appears the fuzzysearch has a bug in 8.6.1 (only version i've checked) whereby the width is not appropriately calculated and the UI element is unusable.

See the screenshot here:
Screen_Shot_2016-03-25_at_20.03.54

The width of the dropdown element seems to match the width of the project Name. It seems likely that we just need to set a minimum width - thoughts?

.select2-drop just needs a min-width property, perhaps 175px or 200px.

Below is an after photo using a min of 175px:
Screen_Shot_2016-03-25_at_20.19.29