We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa7988 commit 4e08da7Copy full SHA for 4e08da7
1 file changed
src/common/components/mock-components/front-rich-components/input-stepper.tsx
@@ -11,7 +11,7 @@ import { INPUT_SHAPE } from '../front-components/shape.const';
11
// Size restrictions (igual patrón que file-tree)
12
export const inputStepperShapeRestrictions: ShapeSizeRestrictions = {
13
minWidth: 80,
14
- minHeight: 32,
+ minHeight: 24,
15
maxWidth: -1,
16
maxHeight: -1,
17
defaultWidth: 120,
0 commit comments