diff --git a/apps/arc-web/app/routes/run-files-changed.tsx b/apps/arc-web/app/routes/run-files-changed.tsx index 201994a40..ff79c24a2 100644 --- a/apps/arc-web/app/routes/run-files-changed.tsx +++ b/apps/arc-web/app/routes/run-files-changed.tsx @@ -205,16 +205,20 @@ export default function RunFilesChanged() { return (
{files.map(({ oldFile, newFile }) => ( - + className="rounded-md overflow-hidden border border-white/[0.06]" + > + +
))} ); diff --git a/apps/arc-web/app/routes/workflow-definition.tsx b/apps/arc-web/app/routes/workflow-definition.tsx index 429f8e1bb..928fc60de 100644 --- a/apps/arc-web/app/routes/workflow-definition.tsx +++ b/apps/arc-web/app/routes/workflow-definition.tsx @@ -20,7 +20,7 @@ function CollapsibleFile({ const loc = lines.filter((l) => l.trim().length > 0).length; return ( -
+