We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e517a6 commit ecf0036Copy full SHA for ecf0036
system/core/src/components/TextAreaCore.ts
@@ -13,7 +13,8 @@ export const textareaSizingStyles = css`
13
${inputStyles}
14
width: var(--tk-input-width);
15
--tk-textarea-height: calc(
16
- var(--tk-input-height) - (var(--tk-input-border-width) * 2)
+ 2lh + (var(--tk-input-border-width) * 2) +
17
+ (var(--tk-input-vertical-padding) * 2)
18
);
19
min-height: var(--tk-textarea-height);
20
resize: vertical;
0 commit comments