mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Increase range input width
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
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…
Reference in a new issue