Skip to content

Commit 9d7fd37

Browse files
committed
Add missing spacing in "View check details" button
1 parent 8c45e28 commit 9d7fd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/ui/check-runs/ci-check-run-no-steps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class CICheckRunNoStepItem extends React.PureComponent<ICICheckRunNoStepP
2424
role="link"
2525
>
2626
View check details
27-
<Octicon symbol={octicons.linkExternal} />
27+
<Octicon className="ml" symbol={octicons.linkExternal} />
2828
</Button>
2929
</p>
3030

0 commit comments

Comments
 (0)