Fix jumping height on password input

This commit is contained in:
Eduard Kuzmenko 2021-02-27 23:06:19 +04:00
parent a6753d7325
commit 59400ec4fa

View File

@ -309,7 +309,7 @@ input:focus, button:focus {
.input-field-password {
.input-field-input {
padding-right: 2.5rem;
max-height: 54px;
max-height: var(--height);
&[type="password"] {
font-size: 2.25rem;