Skip to content

Commit b350030

Browse files
authored
Merge pull request #755 from Lemoncode/feature/#752-Paragraph-minwidth-should-allow-smaller-values
Update paragraph minWidth to allow smaller values
2 parents 851a5c0 + e1b67ca commit b350030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useShapeProps } from '../../shapes/use-shape-props.hook';
88
import { useGroupShapeProps } from '../mock-components.utils';
99

1010
const paragraphSizeRestrictions: ShapeSizeRestrictions = {
11-
minWidth: 200,
11+
minWidth: 20,
1212
minHeight: 20,
1313
maxWidth: -1,
1414
maxHeight: -1,

0 commit comments

Comments
 (0)