From b99e4a3452a6f40739eb46d13216d406076a80db Mon Sep 17 00:00:00 2001 From: Nicole White Date: Wed, 21 Feb 2024 09:47:26 -0500 Subject: [PATCH] Fix extra spacing (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added `columnGap={1}` to this `` but forgot to remove the `` so there is extra spacing between the pass/fail icon and the name of the test before: Screenshot 2024-02-21 at 9 07 55 AM after: Screenshot 2024-02-21 at 9 11 06 AM --- src/handlers/testing/exec/components/progress/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handlers/testing/exec/components/progress/index.tsx b/src/handlers/testing/exec/components/progress/index.tsx index 7a75017..2417e81 100644 --- a/src/handlers/testing/exec/components/progress/index.tsx +++ b/src/handlers/testing/exec/components/progress/index.tsx @@ -79,7 +79,6 @@ function TestRow(props: { ) : ( )} - {props.testExternalId}