Skip to content

Commit 1437078

Browse files
fix(ui): Make self-hosted setup wizard page wider (#94995)
Didn't take any screenshots when I saw this, but the page is quite small and uses our form components. it generally looks kinda janky
1 parent e8e3ae4 commit 1437078

File tree

1 file changed

+2
-2
lines changed
  • static/app/views/admin/installWizard

1 file changed

+2
-2
lines changed

static/app/views/admin/installWizard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ const SetupWizard = styled('div')`
186186
background: ${p => p.theme.background};
187187
border-radius: ${p => p.theme.borderRadius};
188188
box-shadow: ${p => p.theme.dropShadowHeavy};
189-
margin-top: 40px;
190189
padding: 40px 40px 20px;
191-
width: 600px;
190+
max-width: 1000px;
191+
margin: ${space(3)};
192192
z-index: ${p => p.theme.zIndex.initial};
193193
`;

0 commit comments

Comments
 (0)