Skip to content

Commit

Permalink
fix(pie-textarea): DSW-2132 change textarea width and lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leksaBoiko committed Jul 25, 2024
1 parent 196f1a6 commit 98e2f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/pie-checkbox/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
LitElement, html, unsafeCSS, PropertyValues, nothing,
LitElement, html, unsafeCSS, nothing,
} from 'lit';
import { property, query, state } from 'lit/decorators.js';
import { ifDefined } from 'lit/directives/if-defined.js';
Expand Down
1 change: 1 addition & 0 deletions packages/components/pie-textarea/src/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
line-height: 0; // Remove once there is text outside the textarea

textarea {
width: 100%;
@include p.font-size(--dt-font-body-l-size);
line-height: var(--textarea-line-height);
font-family: var(--dt-font-body-l-family);
Expand Down

0 comments on commit 98e2f83

Please sign in to comment.