diff --git a/frontend/src/components/tasks/TaskFollowUpSection.tsx b/frontend/src/components/tasks/TaskFollowUpSection.tsx index a89a60fb..1bf8ce51 100644 --- a/frontend/src/components/tasks/TaskFollowUpSection.tsx +++ b/frontend/src/components/tasks/TaskFollowUpSection.tsx @@ -451,8 +451,10 @@ export function TaskFollowUpSection({ {/* Review comments preview */} {reviewMarkdown && ( -
-
{reviewMarkdown}
+
+
+ {reviewMarkdown} +
)}