From d8305949896d75790d5281f5813b7339120bc29f Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Wed, 23 Sep 2026 12:23:50 +1000 Subject: [PATCH] Prevent project folder controls from clipping in narrow cards --- .../video-editor/dashboard/ProjectCard.tsx | 120 ++++++++++-------- tests/ui/project-dashboard.spec.ts | 73 ++++++++++- 2 files changed, 140 insertions(+), 53 deletions(-) diff --git a/src/components/video-editor/dashboard/ProjectCard.tsx b/src/components/video-editor/dashboard/ProjectCard.tsx index 84ba17b7..84ae90dd 100644 --- a/src/components/video-editor/dashboard/ProjectCard.tsx +++ b/src/components/video-editor/dashboard/ProjectCard.tsx @@ -106,7 +106,7 @@ export function ProjectCard({ )} -
{new Date(entry.updatedAt).toLocaleDateString(undefined, { month: "short", @@ -150,16 +150,17 @@ export function ProjectCard({