forked from mirrored/github-readme-stats
feat: fix 'include_all_commits' inner card margin (#2283)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user