Skip to content

Commit

Permalink
Fix extra spacing (#6)
Browse files Browse the repository at this point in the history
I added `columnGap={1}` to this `<Box>` but forgot to remove the
`<Space>` so there is extra spacing between the pass/fail icon and the
name of the test

before:

<img width="1676" alt="Screenshot 2024-02-21 at 9 07 55 AM"
src="https://github.com/autoblocksai/cli/assets/7498009/1632d0ce-1337-4529-923b-f69daf94ef20">

after:

<img width="1670" alt="Screenshot 2024-02-21 at 9 11 06 AM"
src="https://github.com/autoblocksai/cli/assets/7498009/638c2a42-d38e-4c3d-8ba5-032925277423">
  • Loading branch information
Nicole White authored Feb 21, 2024
1 parent f9b7c6e commit b99e4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/testing/exec/components/progress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function TestRow(props: {
) : (
<Spinner type="dots" />
)}
<Space />
<Text bold={true}>{props.testExternalId}</Text>
<Spacer />
<Text>
Expand Down

0 comments on commit b99e4a3

Please sign in to comment.