Skip to content

Commit

Permalink
Fix local login user cards width.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Sep 29, 2023
1 parent 39c0de6 commit 0fc737a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/app-web/src/localAuth/LocalLogin.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import '../styles/uswdsImports.scss';
@import '../styles/custom.scss';

.userCard {
width: 200px;
}

0 comments on commit 0fc737a

Please sign in to comment.