Skip to content

Commit

Permalink
fix(input): define explicit height of native input field to ensure co…
Browse files Browse the repository at this point in the history
…nsistent height of the element
  • Loading branch information
daenub committed Dec 4, 2024
1 parent 1769210 commit 63527d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
background: var(--leu-color-black-0);

padding-block: 2rem 1rem;
height: calc(4.5rem - var(--input-border-width) * 2);
}

.input:focus-visible {
Expand Down

0 comments on commit 63527d8

Please sign in to comment.