We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142bf68 commit a2f6202Copy full SHA for a2f6202
web/src/components/agenda/CalendarDays.tsx
@@ -50,7 +50,7 @@ export const CalendarDays: FC<{ data: CalendarEvent[] }> = ({ data }) => {
50
<div className="absolute top-6 h-full border-r border-dashed border-primary" />
51
</div>
52
53
- <div className="min-w-full">
+ <div className="flex-1">
54
<DayHeader date={date} />
55
56
{/* meeting cards */}
0 commit comments