I have a custom drop down in the Telerik Editor. The ItemsPerRow is not working as all list items <li> are defaulting to full width. I cannot change the css on my dynamic dropdown without changing also the font dropdown, format dropdown, etc. How can I add a css class to the drop down in order to apply the CSS just to the custom dropdown? Any style assigned to the button itself does not apply, as the dropdown code is separate:
I am adding the button dynamically.
I just need to add a display:inline to the list items on my custom drop down to get them to show multiple items per row.
Thanks!