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 <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-28 18:21:56 +01:00
parent 16a15f276e
commit 8d03040306
@@ -195,7 +195,7 @@ export const ActionPageContent = () => {
);
return (
<Flex gap="6">
<Flex gap="6" alignItems="start">
<Flex
direction="column"
gap="4"