Thanks for contacting Syncfusion Support.
We have checked your requirement. We can able to achieve your requirement by using cssClass property with required css. Please refer the below code snippet and sample.
@using Syncfusion.Blazor.Buttons
<SfButton Content="MySyncfusionButton" CssClass="e-link custom"></SfButton>
<style>
.custom {
white-space: normal;
word-wrap: break-word;
width:110px;
}
</style> |
Please check the above details, and if we misunderstood your requirement, please share more details, based on that we will check and provide solution quickly.
Regards,
Aravinthan S