diff --git a/web/ui/mantine-ui/src/pages/query/RangeInput.tsx b/web/ui/mantine-ui/src/pages/query/RangeInput.tsx index a46b083efb..d92dec9470 100644 --- a/web/ui/mantine-ui/src/pages/query/RangeInput.tsx +++ b/web/ui/mantine-ui/src/pages/query/RangeInput.tsx @@ -77,7 +77,7 @@ const RangeInput: FC = ({ range, onChangeRange }) => { event.key === "Enter" && onChangeRangeInput(rangeInput) } aria-label="Range" - style={{ width: `calc(43px + ${rangeInput.length + 3}ch)` }} + style={{ width: `calc(44px + ${rangeInput.length + 3}ch)` }} leftSection={