client: fix broken selector

pull/1113/head
Adorian Doran 2025-02-03 20:52:48 +07:00
parent 16cc4fadd7
commit 59fdc7d048
1 changed files with 2 additions and 1 deletions

@ -10,7 +10,8 @@ const TPL = `
margin: 30px auto auto;
}
input, button {
.protected-session-password-component input,
.protected-session-password-component button {
margin-top: 12px;
}