0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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