Trying to conserve space on a particular form and was trying to shrink the height of the fields and combos on the form. The 'height' property works fine for textboxes but does not seem to work at all for comboboxes. I am assuming that this is due to the pull down image embedded in the combo's right hand side. Is there any way to alter the height of the combo, via CSS or BoxContainer settings? Looked for an example or previous post, didn't see any.
Nevermind. Apparently easier than I thought. Just added style: 'height: 20px' to the config and it works great. It crops the trigger image field a little but workable. I guess you could override the trigger image and the combo css to refine this even further.