Skip to content

Commit 1a14c8e

Browse files
committed
Add missing padding to "View details" button
1 parent 1435a2d commit 1a14c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/ui/check-runs/ci-check-run-list-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class CICheckRunListItem extends React.PureComponent<ICICheckRunListItemP
125125
role="link"
126126
>
127127
View details
128-
<Octicon symbol={octicons.linkExternal} />
128+
<Octicon className="ml" symbol={octicons.linkExternal} />
129129
</Button>
130130
)
131131
}

0 commit comments

Comments
 (0)