From 62ebe443f9ba448ddeb062ba56aceb749822da7b Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Mon, 25 May 2026 18:13:57 +0200 Subject: [PATCH] fix: align continued multi-week events with week's left edge --- components/calendar/event-card.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/calendar/event-card.tsx b/components/calendar/event-card.tsx index f797f0ea..4886324c 100644 --- a/components/calendar/event-card.tsx +++ b/components/calendar/event-card.tsx @@ -157,7 +157,6 @@ export function EventCard({ event, calendar, variant, onClick, onMouseEnter, onM "w-full h-full text-left rounded-r px-1.5 py-0.5 text-xs overflow-hidden", "hover:opacity-90 transition-opacity cursor-pointer", continuesAfter && "rounded-r-sm", - continuesBefore && "-ml-0.5", continuesAfter && "pr-2", isSelected && "ring-2 ring-primary", isBeingDragged && "opacity-50",