Skip to content

Commit 59de555

Browse files
committed
fix
1 parent 3bc1961 commit 59de555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -68,7 +68,7 @@ export const InputWithStepper = forwardRef<any, ShapeProps>((props, ref) => {
6868
<Text
6969
x={INPUT_SHAPE.DEFAULT_PADDING}
7070
y={height / 2 - 8} // Centrar verticalmente
71-
width={width - INPUT_SHAPE.DEFAULT_PADDING * 2}
71+
width={restrictedWidth - INPUT_SHAPE.DEFAULT_PADDING * 2}
7272
text={text}
7373
fontFamily="Arial"
7474
fontSize={16}

0 commit comments

Comments
 (0)