From 8d0304030691ab8443276566fb71e88bfd9a1b27 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 28 Mar 2026 18:21:56 +0100 Subject: [PATCH] scaffolder: fix actions page layout alignment Add `alignItems="start"` to the top-level Flex container so the sidebar and detail panels align to the top rather than stretching to equal height. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index dd7bf334a1..caf14c520b 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -195,7 +195,7 @@ export const ActionPageContent = () => { ); return ( - +