Skip to content

Commit

Permalink
fix: set fix min width for calendar cells
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuola committed Nov 22, 2024
1 parent ca40942 commit 243cb15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/default/_base-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
}

.v-calendar-month__days.days-with-weeknumbers__7.v-calendar-month__weeknumbers{
grid-template-columns: repeat(7, minmax(-webkit-min-content, 150px));
grid-template-columns: repeat(7, minmax(min-content, 150px));
grid-template-columns: repeat(7, minmax(1px, 150px));
}

.v-calendar-weekly__day-label {
Expand Down

0 comments on commit 243cb15

Please sign in to comment.