PDA

View Full Version : Ext.form.ComboBox field height



RobSmith
19 May 2008, 11:57 PM
Does anybody experienced problems displaying ComboBoxes? In my application the trigger of the box is 2 pixels bigger than the input field. I helped myself adjusting the input elements:

input{
height: 22px !important;
}

Now it works fine for me, but I just want to know if this is a general problem or because of my system.

Thanks guys.

Rob

say2paul
22 May 2008, 9:39 PM
Does anybody experienced problems displaying ComboBoxes? In my application the trigger of the box is 2 pixels bigger than the input field. I helped myself adjusting the input elements:

input{
height: 22px !important;
}

Now it works fine for me, but I just want to know if this is a general problem or because of my system.

Thanks guys.

Rob

I had also faced the same problem and manually adjusted the elements using CSS.

Anyone know the reason/solution?