Skip to content

Commit 593a52c

Browse files
authored
Vertically center date in file view latest commit (go-gitea#35456)
1 parent 4d43d85 commit 593a52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/view_file.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{template "repo/latest_commit" .}}
1818
{{if .LatestCommit}}
1919
{{if .LatestCommit.Committer}}
20-
<div class="text grey age">
20+
<div class="text grey age flex-text-block">
2121
{{DateUtils.TimeSince .LatestCommit.Committer.When}}
2222
</div>
2323
{{end}}

0 commit comments

Comments
 (0)