Skip to content

Commit 6e0b60e

Browse files
authored
fix: login page looks bad when narrow (#1428)
Fixes #1399 Add missing class prefix of modified login form.
1 parent 630ed0c commit 6e0b60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/auth-plugins/src/Login.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $login-box-animation-scale: 0.8;
7777
max-width: 350px;
7878
}
7979
}
80-
.form {
80+
.login-form {
8181
max-width: 100%;
8282
border-radius: 0 0 $border-radius $border-radius;
8383
}

0 commit comments

Comments
 (0)