Browse Source

Fix jumping height on password input

master
Eduard Kuzmenko 4 years ago
parent
commit
59400ec4fa
  1. 2
      src/scss/partials/_input.scss

2
src/scss/partials/_input.scss

@ -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…
Cancel
Save