diff --git a/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx b/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx index ecc996b..ec08e56 100644 --- a/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx +++ b/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx @@ -108,68 +108,72 @@ export const InternalContourKanbanCard = observer(function InternalContourKanban ); return ( -
-
- {quickActions({ - issue, - parentRef: cardRef, - customActionButton, - })} - updateIssue?.(issue.project_id ?? null, issue.id, { priority })} - disabled={isReadOnly || !updateIssue} - button={ -
- -
- } - /> - updateIssue?.(issue.project_id ?? null, issue.id, { state_id: stateId })} - disabled={isReadOnly || !updateIssue} - button={ -
- +
+
+
+
+
- } - /> -
+
{creatorName}
+
-
- -
-
{creatorName}
-
{sourceContourName}
+
+ {quickActions({ + issue, + parentRef: cardRef, + customActionButton, + })} + updateIssue?.(issue.project_id ?? null, issue.id, { priority })} + disabled={isReadOnly || !updateIssue} + button={ +
+ +
+ } + /> + updateIssue?.(issue.project_id ?? null, issue.id, { state_id: stateId })} + disabled={isReadOnly || !updateIssue} + button={ +
+ +
+ } + /> +
+
+ +
+ {sourceContourName}
-
+
{issue.name}
-
+