File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/webapp/app/components/jobs Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments