From d19f6e4587e18b406b5f543597a994417ccf208a Mon Sep 17 00:00:00 2001 From: Dhanu Saputra <35093673+dhanusaputra@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:02:33 +0700 Subject: [PATCH] CPU usage description needs additional spacing (#2757) --- web/utils/config-constants.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 42710bc3e..2bcac6799 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -428,7 +428,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = { style: { marginLeft: '15px', }, - label:

lowest

, + label: 'lowest', }, 1: '', 2: '', @@ -437,7 +437,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = { style: { marginLeft: '-15px', }, - label:

highest

, + label: 'highest', }, }; export const ENCODER_PRESET_TOOLTIPS = {