mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
feat: fix 'include_all_commits' inner card margin (#2283)
This commit is contained in:
parent
ad3726ee49
commit
9eb0c3cbb4
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue