Skip to content

Commit 9eb0c3c

Browse files
authored
feat: fix 'include_all_commits' inner card margin (#2283)
1 parent ad3726e commit 9eb0c3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/cards/stats-card.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
185185
...STATS[key],
186186
index,
187187
showIcons: show_icons,
188-
shiftValuePos:
189-
(!include_all_commits ? 79.01 : 35) + (isLongLocale ? 50 : 0),
188+
shiftValuePos: 79.01 + (isLongLocale ? 50 : 0),
190189
bold: text_bold,
191190
}),
192191
);

0 commit comments

Comments
 (0)