Skip to content

Commit d7fec5c

Browse files
authored
🔨 Fix calendar popup width in week view (#893)
1 parent b0720f5 commit d7fec5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/components/CalendarQalendar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,11 @@ This was a fancy layer class, but @apply in sfc with custom layer classes is a n
574574
@apply opacity-50 shadow-none
575575
}
576576
577+
/* Fix date selection width on week view */
578+
.calendar-root-wrapper .date-picker__week-picker {
579+
min-width: min-content;
580+
}
581+
577582
/*
578583
Loading bar, mostly works but needs some work and maybe a div relocation
579584
.calendar-root-wrapper .calendar-root .top-bar-loader {

0 commit comments

Comments
 (0)