File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
static/app/views/onboarding Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,12 @@ export function ScmProjectDetails({onComplete}: StepProps) {
135135 stepNumber = { 3 }
136136 heading = { t ( 'Project details' ) }
137137 subtitle = { t (
138- 'Set the project name, assign a team, and configure how you want to receive issue alerts'
138+ 'Set the project name, assign a team, and configure\nhow you want to receive issue alerts'
139139 ) }
140140 />
141141
142- < Stack gap = "2xl " width = "100%" maxWidth = { PROJECT_DETAILS_WIDTH } >
143- < Stack gap = "sm " >
142+ < Stack gap = "3xl " width = "100%" maxWidth = { PROJECT_DETAILS_WIDTH } >
143+ < Stack gap = "md " >
144144 < Flex gap = "md" align = "center" justify = "center" >
145145 < IconProject size = "md" variant = "secondary" />
146146 < Container >
@@ -158,7 +158,7 @@ export function ScmProjectDetails({onComplete}: StepProps) {
158158 />
159159 </ Stack >
160160
161- < Stack gap = "sm " >
161+ < Stack gap = "md " >
162162 < Flex gap = "md" align = "center" justify = "center" >
163163 < IconGroup size = "md" />
164164 < Container >
@@ -179,7 +179,7 @@ export function ScmProjectDetails({onComplete}: StepProps) {
179179 />
180180 </ Stack >
181181
182- < Stack gap = "sm " >
182+ < Stack gap = "md " >
183183 < Flex gap = "md" align = "center" justify = "center" >
184184 < IconSiren size = "md" />
185185 < Container >
You can’t perform that action at this time.
0 commit comments