Skip to content

Commit

Permalink
fix(ld-input): let textarea inherit max/min sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
renet authored and borisdiakur committed Nov 24, 2021
1 parent 78c17b0 commit 60afed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@

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

::slotted(ld-button),
Expand Down

0 comments on commit 60afed0

Please sign in to comment.