Skip to content

Commit

Permalink
feat: fix 'include_all_commits' inner card margin (anuraghazra#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored 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
Original file line number Diff line number Diff line change
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

0 comments on commit 9eb0c3c

Please sign in to comment.