Increase range input width

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14448/head
Julius Volz 9 months ago
parent d9768a70b6
commit b17dae1dab

@ -77,7 +77,7 @@ const RangeInput: FC<RangeInputProps> = ({ 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={
<ActionIcon
size="lg"

Loading…
Cancel
Save