diff --git a/src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx b/src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx index 0fcf991e..3ad5ea94 100644 --- a/src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx +++ b/src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx @@ -8,7 +8,7 @@ import { useShapeProps } from '../../shapes/use-shape-props.hook'; import { useGroupShapeProps } from '../mock-components.utils'; const paragraphSizeRestrictions: ShapeSizeRestrictions = { - minWidth: 200, + minWidth: 20, minHeight: 20, maxWidth: -1, maxHeight: -1,