Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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; }