diff --git a/dashboard/src/pages/apps/new.tsx b/dashboard/src/pages/apps/new.tsx
index 2d248094..8db9b31c 100644
--- a/dashboard/src/pages/apps/new.tsx
+++ b/dashboard/src/pages/apps/new.tsx
@@ -62,6 +62,7 @@ const RepositoryStepContainer = styled('div', {
base: {
width: '100%',
height: '100%',
+ minHeight: '800px',
overflowY: 'hidden',
padding: '24px',
display: 'flex',
@@ -246,6 +247,12 @@ const RepositoryStep: Component<{
rightIcon={}
/>
+
+
+ add
+ Register Repository
+
+
-
-
- add
- Register Repository
-
-
)