Skip to content

Commit 7a2dc52

Browse files
authored
Merge pull request #726 from Lemoncode/feature/fix-min-text-area
fix textarea
2 parents d85d2a7 + 63990ed commit 7a2dc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/components/mock-components/front-components/textarea-shape.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const textAreaShapeRestrictions: ShapeSizeRestrictions = {
1111
minWidth: 70,
1212
minHeight: 44,
1313
maxWidth: -1,
14-
maxHeight: 120,
14+
maxHeight: -1,
1515
defaultWidth: 200,
1616
defaultHeight: 55,
1717
};

0 commit comments

Comments
 (0)