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

Removeing the space or padding between the items in the radlistbox

1 Answer 269 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 27 Mar 2015, 10:22 PM
How can we remove the space or padding between the items in the multiselect radlistbox ? 

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 31 Mar 2015, 08:25 AM
Hello Kiran,

The spacing between RadListBox items can be modified by the line-height property
html .RadListBox .rlbItem {
    line-height: 10px;
}


Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
ListBox
Asked by
Kiran
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or