Skip to content

Commit 4e08da7

Browse files
committed
remove business function
1 parent eaa7988 commit 4e08da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/components/mock-components/front-rich-components/input-stepper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { INPUT_SHAPE } from '../front-components/shape.const';
1111
// Size restrictions (igual patrón que file-tree)
1212
export const inputStepperShapeRestrictions: ShapeSizeRestrictions = {
1313
minWidth: 80,
14-
minHeight: 32,
14+
minHeight: 24,
1515
maxWidth: -1,
1616
maxHeight: -1,
1717
defaultWidth: 120,

0 commit comments

Comments
 (0)