wide_form and combo type field in lightbox doesn't look good

Problem with wide_form and combo type field together.
From the sample code 15_combo_select.html,
adding line as below

scheduler.config.wide_form = true;

turns the lightbox form a bit broken
The combo field is too wide, goes next line to the label.
Any good solution for this?

Add something like next to the page

.dhx_combo_box { width: 500px !important; left: 9px; }

Thank you Stanislav,

.dhx_combo_box,.dhx_combo_list{
width:675px!important;
left:11px;
}

this is exactly what I’ve added, now it’s perfect.

It’s pretty simple after I learned the tip.