Skip to content

Commit

Permalink
give number input min width
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Sep 25, 2024
1 parent 5beafc8 commit 094259c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front-end/src/components/inputs/number-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const NumberInput: FC<Props> = ({
value={value}
type='number'
disabled={disabled || textFieldDisabled}
sx={{ minWidth: '75px' }}
/>
<Button variant='contained' onClick={increment} disabled={disabled}>
+
Expand Down

0 comments on commit 094259c

Please sign in to comment.