Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7fe7231

Browse files
rickstaadevantler
authored andcommittedMay 1, 2023
feat: fix 'include_all_commits' inner card margin (anuraghazra#2283)
1 parent af29e1e commit 7fe7231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎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)
Please sign in to comment.