From 1cbf5522fea5831a67d0f09eff2cf7432b85bb25 Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 26 Jul 2022 11:32:38 -0700 Subject: [PATCH] PROd-2456 #comment fix padding on checkmark on challenge description header #time 10m --- client/src/templates/Challenges/classic/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/classic/editor.tsx b/client/src/templates/Challenges/classic/editor.tsx index 17455f4133cb37..59d43a77fc1c19 100644 --- a/client/src/templates/Challenges/classic/editor.tsx +++ b/client/src/templates/Challenges/classic/editor.tsx @@ -652,7 +652,7 @@ const Editor = (props: EditorProps): JSX.Element => { style={{ height: '15px', width: '15px', - marginLeft: '7px' + margin: '0 0 4px 7px' }} /> );