diff --git a/src/renderer/components/inputs/elements/AdvanceNumberInput.tsx b/src/renderer/components/inputs/elements/AdvanceNumberInput.tsx index bd8607456..453fa6793 100644 --- a/src/renderer/components/inputs/elements/AdvanceNumberInput.tsx +++ b/src/renderer/components/inputs/elements/AdvanceNumberInput.tsx @@ -202,7 +202,9 @@ export const AdvancedNumberInput = memo( borderRightRadius="md" h={inputHeight} m={0} - p={1} + pl={1} + pr={4} + py={1} size={1} w={inputWidth} onKeyDown={onKeyDown} @@ -255,7 +257,8 @@ export const AdvancedNumberInput = memo(