Skip to content

Commit

Permalink
text area autoheight fix (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen authored Nov 7, 2023
1 parent 1fcdf3e commit 2857008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-textarea/lib/uui-textarea.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class UUITextareaElement extends FormControlMixin(LitElement) {
textarea {
font-family: inherit;
line-height: var(--uui-size-6);
box-sizing: border-box;
min-width: 100%;
max-width: 100%;
Expand Down

0 comments on commit 2857008

Please sign in to comment.