Skip to content

Commit

Permalink
fix(ld-input): make textarea take full height of its container
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jul 5, 2021
1 parent 6bf2919 commit 6ed36a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ ld-input {
}
}

> textarea {
height: 100%;
}

> ld-button,
> .ld-button {
background-color: var(--ld-input-transparent);
Expand Down

0 comments on commit 6ed36a9

Please sign in to comment.