Skip to content

Commit

Permalink
Fixes #1399
Browse files Browse the repository at this point in the history
Add missing class prefix of modified login form.
  • Loading branch information
dsmmcken committed Jul 31, 2023
1 parent d131b05 commit 3933b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-plugins/src/Login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $login-box-animation-scale: 0.8;
max-width: 350px;
}
}
.form {
.login-form {
max-width: 100%;
border-radius: 0 0 $border-radius $border-radius;
}
Expand Down

0 comments on commit 3933b8d

Please sign in to comment.