We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 851a5c0 + e1b67ca commit b350030Copy full SHA for b350030
src/common/components/mock-components/front-text-components/paragraph-text-shape.tsx
@@ -8,7 +8,7 @@ import { useShapeProps } from '../../shapes/use-shape-props.hook';
8
import { useGroupShapeProps } from '../mock-components.utils';
9
10
const paragraphSizeRestrictions: ShapeSizeRestrictions = {
11
- minWidth: 200,
+ minWidth: 20,
12
minHeight: 20,
13
maxWidth: -1,
14
maxHeight: -1,
0 commit comments