Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Set maxHeight for badge image
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed May 19, 2021
1 parent 6c19e24 commit 8fd9f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export function Workflow(props: IWorkflowProps) {
<div className="col-sm-3">
<img
className="w-100"
style={{ maxHeight: '38px' }}
src={`https://github.com/${user}/${repo}/actions/workflows/${flow}.yaml/badge.svg`}
/>
</div>
Expand Down

0 comments on commit 8fd9f4b

Please sign in to comment.