CPU usage description needs additional spacing (#2757)

This commit is contained in:
Dhanu Saputra
2023-02-28 12:02:33 +07:00
committed by GitHub
parent ab3fc31b51
commit d19f6e4587

View File

@@ -428,7 +428,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = {
style: { style: {
marginLeft: '15px', marginLeft: '15px',
}, },
label: <p>lowest</p>, label: 'lowest',
}, },
1: '', 1: '',
2: '', 2: '',
@@ -437,7 +437,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = {
style: { style: {
marginLeft: '-15px', marginLeft: '-15px',
}, },
label: <p>highest</p>, label: 'highest',
}, },
}; };
export const ENCODER_PRESET_TOOLTIPS = { export const ENCODER_PRESET_TOOLTIPS = {