Skip to content

Commit fe6930b

Browse files
authored
re-add max-w-prose to /primary-docs (#482)
1 parent 8109326 commit fe6930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/app/routes/protected/sin-application/primary-docs-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function PrimaryDocsForm({
4848
}
4949

5050
return (
51-
<div className="space-y-6">
51+
<div className="max-w-prose space-y-6">
5252
<CurrentStatusInCanada
5353
value={currentStatus}
5454
onChange={handleOnCurrentStatusInCanadaChanged}

0 commit comments

Comments
 (0)