Skip to content

Commit

Permalink
Merge pull request #20 from lochhh/issue-19
Browse files Browse the repository at this point in the history
Fix padding for anchor-linked workflow images
  • Loading branch information
glopesdev authored Jan 9, 2025
2 parents 14246dc + 6991a03 commit e5a698f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/public/workflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
padding: 1px;
}

.workflow > p > img {
.workflow > p > img,
.workflow > p > a > img {
padding-top: 12px;
padding-left: 12px;
padding-right: 12px;
Expand Down

0 comments on commit e5a698f

Please sign in to comment.