Skip to content

Commit

Permalink
Improve deadline icon location in milestone list page (#26532)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 authored Aug 16, 2023
1 parent 3e044d2 commit 82f6e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/milestones.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
{{else}}
{{if .DeadlineString}}
<span{{if .IsOverdue}} class="text red"{{end}}>
<span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
{{svg "octicon-calendar" 14}}
{{DateTime "short" .DeadlineString}}
</span>
Expand Down

0 comments on commit 82f6e3d

Please sign in to comment.