From 338d9e82dd78476d79d0318acd67b73020690485 Mon Sep 17 00:00:00 2001 From: Server Admin Date: Sat, 16 May 2026 00:07:27 -0500 Subject: [PATCH] fix: make ship repo sections horizontal columns [ROA-272] Co-authored-by: multica-agent --- packages/views/ship/components/ship-project-section.tsx | 2 +- packages/views/ship/components/ship-repo-section.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/views/ship/components/ship-project-section.tsx b/packages/views/ship/components/ship-project-section.tsx index 0e1e71d266..4f2e6776f1 100644 --- a/packages/views/ship/components/ship-project-section.tsx +++ b/packages/views/ship/components/ship-project-section.tsx @@ -297,7 +297,7 @@ export function ShipProjectSection({ project }: ShipProjectSectionProps) {
-
+
{repoGroups.map(([repoUrl, repoPrs]) => ( +