I am using a custom skin for my controls. In my ComboBox.css I have the following CSS code:
This works fine for a radComboBox that doesn't use a header/item template. The row height matches the font height. When used with a radComboBox with a template, the row height is roughly twice the height of the font. What CSS tag do I need to use to control the row height when using a template?
.RadComboBox_Hew .rcbInput,
.RadComboBox_Hew .rcbInputCell
{
text-transform: uppercase;
height:auto;
}