Skip to content

Commit

Permalink
Update comet-uswds to latest patch version. Update sign in with uswds…
Browse files Browse the repository at this point in the history
… max width class.
  • Loading branch information
jbouder committed Aug 22, 2024
1 parent 259b8dd commit 3564a08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@metrostar/comet-data-viz": "1.1.5",
"@metrostar/comet-extras": "1.4.0",
"@metrostar/comet-uswds": "3.0.0",
"@metrostar/comet-uswds": "3.0.1",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-table": "8.20.1",
"@uswds/uswds": "3.8.2",
Expand Down
6 changes: 5 additions & 1 deletion src/pages/sign-in/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ export const SignIn = (): React.ReactElement => {
There was an error signing in. Please try again.
</Alert>
)}
<Form id="login-form" onSubmit={handleSubmit(onSubmit)}>
<Form
id="login-form"
className="maxw-mobile-lg"
onSubmit={handleSubmit(onSubmit)}
>
<Controller
name="username"
control={control}
Expand Down

0 comments on commit 3564a08

Please sign in to comment.