File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ function GroupV2CreationDetails() {
174174 >
175175 < FormGroup className = "d-inline" disabled = { result . isLoading } >
176176 < div className = { cx ( "d-flex" , "flex-column" , "gap-3" ) } >
177- < div className = "mb-1" >
177+ { /* No margin bottom because the SlugPreviewFormField is larger */ }
178+ < div >
178179 < NameFormField
179180 control = { control }
180181 entityName = "group"
Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ function ProjectV2CreationDetails() {
200200 name = "name"
201201 />
202202
203- < div className = "mb-1" >
203+ { /* No margin bottom because the SlugPreviewFormField is larger */ }
204+ < div >
204205 < ProjectNamespaceFormField
205206 control = { control }
206207 ensureNamespace = { defaultNamespace }
You can’t perform that action at this time.
0 commit comments