Skip to content

Commit 19a8d39

Browse files
committed
The Delete button displays full width again
1 parent a907e2a commit 19a8d39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/webapp/app/components/jobs/DeleteJobModalContent.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export function DeleteJobDialogContent({
7777
<fetcher.Form
7878
method="delete"
7979
action={`/resources/jobs/${id}${redirectTo ? `?redirectTo=${redirectTo}` : ""}`}
80+
className="w-full"
8081
>
8182
<Button variant="danger/large" fullWidth>
8283
{isLoading ? (
@@ -87,7 +88,7 @@ export function DeleteJobDialogContent({
8788
name="trash-can"
8889
className="mr-1.5 h-4 w-4 text-bright transition group-hover:text-bright"
8990
/>
90-
Delete this job
91+
Delete this Job
9192
</>
9293
)}
9394
</Button>
@@ -99,7 +100,7 @@ export function DeleteJobDialogContent({
99100
name="trash-can"
100101
className="mr-1.5 h-4 w-4 text-bright transition group-hover:text-bright"
101102
/>
102-
Delete this job
103+
Delete this Job
103104
</>
104105
</Button>
105106
)}

0 commit comments

Comments
 (0)