diff --git a/BlazorCalendar/BlazorCalendar.csproj b/BlazorCalendar/BlazorCalendar.csproj index 6c043c6..6fd6adb 100644 --- a/BlazorCalendar/BlazorCalendar.csproj +++ b/BlazorCalendar/BlazorCalendar.csproj @@ -5,7 +5,7 @@ enable enable True - annual calendar for Blazor application + Yearly, monthly and weekly calendar Blazor Component. For use with .NET 6.0 or higher Blazor applications Copyright 2023 https://github.com/tossnet/Blazor-Calendar icon.png @@ -13,7 +13,7 @@ git blazor, calendar, schedule, component https://github.com/tossnet/Blazor-Calendar#release-notes - 2.6.6 + 2.6.7 Christophe Peugnet embedded diff --git a/BlazorCalendar/WeekView.razor.css b/BlazorCalendar/WeekView.razor.css index e49d1e5..2ca8e26 100644 --- a/BlazorCalendar/WeekView.razor.css +++ b/BlazorCalendar/WeekView.razor.css @@ -31,4 +31,18 @@ text-align: center; font-size: 0.8em; font-weight: 600; + overflow: hidden; + text-overflow: ellipsis; +} + +@media only screen and (max-width: 587px) { + + .day-cellule { + font-size: 0.6em; + padding-left: 0.3em; + } + + .header-name { + line-height:3vh; + } } \ No newline at end of file