feat: fix 'include_all_commits' inner card margin (#2283)

This commit is contained in:
Rick Staa 2022-11-22 09:46:41 +01:00 committed by GitHub
parent ad3726ee49
commit 9eb0c3cbb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}),
);