diff --git a/web/src/components/CommitsView/CommitsView.tsx b/web/src/components/CommitsView/CommitsView.tsx index dde8ba5a5..17a3053a1 100644 --- a/web/src/components/CommitsView/CommitsView.tsx +++ b/web/src/components/CommitsView/CommitsView.tsx @@ -187,7 +187,12 @@ export function CommitsView({ + {getString('commitsOn', { date })} }> diff --git a/web/src/pages/RepositoryCommits/RepositoryCommits.module.scss b/web/src/pages/RepositoryCommits/RepositoryCommits.module.scss index ef45d5b40..33682b822 100644 --- a/web/src/pages/RepositoryCommits/RepositoryCommits.module.scss +++ b/web/src/pages/RepositoryCommits/RepositoryCommits.module.scss @@ -8,7 +8,7 @@ } .contentHeader { - padding-bottom: var(--spacing-xlarge) !important; + padding-bottom: var(--spacing-4) !important; > div { align-items: center; }