Fix jumping height on password input
This commit is contained in:
parent
a6753d7325
commit
59400ec4fa
@ -309,7 +309,7 @@ input:focus, button:focus {
|
|||||||
.input-field-password {
|
.input-field-password {
|
||||||
.input-field-input {
|
.input-field-input {
|
||||||
padding-right: 2.5rem;
|
padding-right: 2.5rem;
|
||||||
max-height: 54px;
|
max-height: var(--height);
|
||||||
|
|
||||||
&[type="password"] {
|
&[type="password"] {
|
||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user