Skip to content

Commit

Permalink
fix(ld-input): inherit min-height in multiline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jul 27, 2021
1 parent 78dfec5 commit 3e3e201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@

> textarea {
height: 100%;
min-height: inherit;
}

> ld-button,
Expand Down

0 comments on commit 3e3e201

Please sign in to comment.