Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ben C on Mar 05, 2009 10:46
open dhtmlx forum
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.
Answer posted by Support on Mar 06, 2009 02:51
You can add
<style type="text/css" media="screen">
    .dhx_combo_list{
        min-width:300px;
    }
</style>
or any similar css rule to the page