Skip to content

Commit ddc35a3

Browse files
Merge pull request #1589 from iamfaran/text-area-1582
[FIX] TextArea resize issue #1582
2 parents c8b9c18 + b7ce0cb commit ddc35a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: client/packages/lowcoder/src/comps/comps/textInputComp/textAreaComp.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ const Wrapper = styled.div<{
5454
.ant-input {
5555
height:100% !important;
5656
}
57+
.ant-input-affix-wrapper {
58+
height:100% !important;
59+
}
5760
5861
.ant-input-clear-icon {
5962
opacity: 0.75;

0 commit comments

Comments
 (0)