Skip to content

Commit bae39b2

Browse files
committed
Fix settigns page delete project width issue
1 parent 441d01a commit bae39b2

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function Page() {
190190
return (
191191
<PageContainer>
192192
<NavBar>
193-
<PageTitle title={`${project.name} project settings`} />
193+
<PageTitle title="Project settings" />
194194

195195
<PageAccessories>
196196
<AdminDebugTooltip>
@@ -267,7 +267,7 @@ export default function Page() {
267267
>
268268
<input type="hidden" name="action" value="delete" />
269269
<Fieldset className="p-4">
270-
<InputGroup>
270+
<InputGroup fullWidth>
271271
<Label htmlFor={projectSlug.id}>Delete project</Label>
272272
<Input
273273
{...conform.input(projectSlug, { type: "text" })}

0 commit comments

Comments
 (0)