Skip to content

Commit 6f17040

Browse files
committed
fix wrap
1 parent 59632b6 commit 6f17040

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ export const InputWithStepper = forwardRef<any, ShapeProps>((props, ref) => {
6868
<Text
6969
x={0} // Alinear a la derecha
7070
y={height / 2 - 8} // Centrar verticalmente
71+
width={restrictedWidth}
7172
text={text}
7273
fontFamily="Arial"
7374
fontSize={16}
7475
fill={textColor}
7576
align="left"
77+
wrap="none"
7678
/>
7779

7880
{/* Botón de incremento (flecha arriba) */}

0 commit comments

Comments
 (0)