Skip to content

Commit

Permalink
fix: login page looks bad when narrow (#1428)
Browse files Browse the repository at this point in the history
Fixes #1399

Add missing class prefix of modified login form.
  • Loading branch information
dsmmcken authored Aug 3, 2023
1 parent 630ed0c commit 6e0b60e
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 6e0b60e

Please sign in to comment.