gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

Style problem with MudBlazor #49

Closed KevinKrueger closed 8 months ago

KevinKrueger commented 8 months ago

image

Solve on Page:

<style>
    div {
       letter-spacing: initial !important;
    }
</style>