Hi,
We are using Material Theme in our application. We see the problem in Rad Editor's Ribbon. Some icons are overlapping the Text. In the demo, it seems to be same behavior.
Regards,
Jamil
Hi Jamil,
Thank you for reporting this issue! I've converted your bug report into a public issue so others can stay informed.
In the meantime, you can fix the icon position for the large RibbonBar button by applying the following CSS:
<style>
.RadEditor_Material .RadRibbonBar .rrbLargeButton {
height: calc(4.28571429em + 48px);
}
</style>
This issue will be resolved in the 2025 Q3 release, scheduled for August 2025. As a small token of appreciation, I've added Telerik points to your account.
Regards,
Rumen
Progress Telerik