Skip to content

Commit a2f6202

Browse files
authored
Update calendar width (#46)
1 parent 142bf68 commit a2f6202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/agenda/CalendarDays.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const CalendarDays: FC<{ data: CalendarEvent[] }> = ({ data }) => {
5050
<div className="absolute top-6 h-full border-r border-dashed border-primary" />
5151
</div>
5252

53-
<div className="min-w-full">
53+
<div className="flex-1">
5454
<DayHeader date={date} />
5555

5656
{/* meeting cards */}

0 commit comments

Comments
 (0)