Vertically center date in file view latest commit (#35456)

pull/35394/head^2
silverwind 2025-09-10 22:20:23 +07:00 committed by GitHub
parent 4d43d85941
commit 593a52c2f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@
{{template "repo/latest_commit" .}}
{{if .LatestCommit}}
{{if .LatestCommit.Committer}}
<div class="text grey age">
<div class="text grey age flex-text-block">
{{DateUtils.TimeSince .LatestCommit.Committer.When}}
</div>
{{end}}