From 54479764f67225e80a4420a898d5ab16cae26b16 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 17 Jul 2025 21:29:29 +0100 Subject: [PATCH] feat: set max width for main card view --- apps/web/src/views/card/components/NewCommentForm.tsx | 2 +- apps/web/src/views/card/index.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/src/views/card/components/NewCommentForm.tsx b/apps/web/src/views/card/components/NewCommentForm.tsx index 828be8bd..919e7b42 100644 --- a/apps/web/src/views/card/components/NewCommentForm.tsx +++ b/apps/web/src/views/card/components/NewCommentForm.tsx @@ -51,7 +51,7 @@ const NewCommentForm = ({ cardPublicId }: { cardPublicId: string }) => { return (
+

{t`List`}

+ {/* */}
); } @@ -188,7 +190,7 @@ export default function CardPage() { title={t`${card?.title ?? "Card"} | ${board?.name ?? "Board"}`} />
-
+
{!card && isLoading && (