diff --git a/apps/web/features/issues/components/board-card.tsx b/apps/web/features/issues/components/board-card.tsx index 8c0537ca..d418b103 100644 --- a/apps/web/features/issues/components/board-card.tsx +++ b/apps/web/features/issues/components/board-card.tsx @@ -62,7 +62,7 @@ export function BoardCardContent({ const showBottom = showAssignee || showDueDate; return ( -
+
{/* Priority */} {showPriority && (editable ? ( @@ -91,7 +91,7 @@ export function BoardCardContent({ {/* Title */}

{issue.title}

@@ -197,7 +197,7 @@ export function DraggableBoardCard({ issue }: { issue: Issue }) { >