All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
What CSS can I use to increase the width of the page size drop down width?
You can either increase the width of the RadComboBox based dropdown with:
.RadComboBox .rcbInput { width: 37px !important; }
or decrease the font-size of the header item:
.RadComboBox .rcbInput { font-size: 10px !important; }