We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e517a6 commit 67e360cCopy full SHA for 67e360c
system/core/src/components/TextAreaCore.ts
@@ -22,6 +22,7 @@ export const textareaSizingStyles = css`
22
& {
23
field-sizing: content;
24
resize: none;
25
+ min-height: 2lh;
26
}
27
28
`;
@@ -30,6 +31,7 @@ export const textareaWrapperStyles = css`
30
31
&[data-content]:after {
32
display: block;
33
content: attr(data-content) ' ';
34
35
white-space: pre-wrap;
36
visibility: hidden;
37
pointer-events: none;
@@ -50,6 +52,7 @@ export const textareaWrapperStyles = css`
50
52
51
53
& > textarea {
54
55
56
57
58
0 commit comments