This is a migrated thread and some comments may be shown as answers.

Rendering issue

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 07 May 2010, 07:28 PM
I have a combo box in a td that when I ad a class that adds padding of 10px to it renders the combo box almost unusual as it seems to add the padding to the combo box height.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 May 2010, 01:18 PM
Hello,

Your styles overwrite combobox's styles, you can fix it by adding the following css to your page:

.RadComboBox table td.rcbInputCell,
.RadComboBox table td.rcbArrowCell
{
    padding: 0 !important;
}
.RadComboBox table td.rcbInputCell {padding-left: 2px !important; }

Greetings,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
Rick
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or