Skip to content

Commit

Permalink
feat: fix 'include_all_commits' inner card margin (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 22, 2022
1 parent ad3726e commit 9eb0c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cards/stats-card.js
Expand Up @@ -185,8 +185,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
...STATS[key],
index,
showIcons: show_icons,
shiftValuePos:
(!include_all_commits ? 79.01 : 35) + (isLongLocale ? 50 : 0),
shiftValuePos: 79.01 + (isLongLocale ? 50 : 0),
bold: text_bold,
}),
);
Expand Down

1 comment on commit 9eb0c3c

@vercel
Copy link

@vercel vercel bot commented on 9eb0c3c Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.