Min Width on #combo_filter

Can I set a min width on the dhx_combo_list that drops down when using the combo filter? My columns are a bit thin and I want to set a default min width so that the scrollbar doesn’t occlude the select options.

You can add

.dhx_combo_list{
min-width:300px;
}

or any similar css rule to the page