Hi Erik,
Indeed the text is hidden behind the buttons, so I will forward this issue to our developers and they will improve the styles. The workaround works as expected, but I suggest you to use relatives units (em) and global CSS rules as following
Regarding the font-size it works as expected, you should set on the wrapper element:
Additionally you can find sample page attached to this post.
Thank you for the feedback.As a token of gratitude for sharing your feedback find your Telerik points updated.
Regards,
Galin
Telerik
Indeed the text is hidden behind the buttons, so I will forward this issue to our developers and they will improve the styles. The workaround works as expected, but I suggest you to use relatives units (em) and global CSS rules as following
.riContSpinButtons input.riTextBox { padding-right: 2em;}.RadPicker input.riTextBox { padding-right: 2.5em;}.RadDateTimePicker input.riTextBox { padding-right: 4.5em;}Regarding the font-size it works as expected, you should set on the wrapper element:
html .RadInput,html .RadPicker { font-size: 10px;}Additionally you can find sample page attached to this post.
Thank you for the feedback.As a token of gratitude for sharing your feedback find your Telerik points updated.
Regards,
Galin
Telerik
See What's Next in App Development. Register for TelerikNEXT.